From fa2e4d59ea9c1fbc80f353e561b2825ad6c8bf2c Mon Sep 17 00:00:00 2001 From: Sumant Oemrawsingh Date: Sat, 31 Mar 2012 14:00:56 +0200 Subject: [PATCH] Fixed typos --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index dd22aab..9c8bc46 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ This package provides functions for reading numerical data from ASCII -text files into arrays, and writing numerical data into arrays (up to +text files into arrays, and writing numerical data from arrays (up to rank 2) into ASCII text files. If you compare this to numpy's loadtxt, keep in mind that loadtxt will @@ -13,10 +13,10 @@ For behaviour similar to numpy's loadtxt, use read-ascii-vector-or-array, which will reduce the rank for you when possible. -Note that you can use the functions with a * appended (which work on -streams) can be used in your own specialized reading functions, such -as files that contains text headers, or more complex things including -gray streams (such as chipz' decompressing-streams). +Note that the functions with a * appended (which work on streams) can +be used in your own specialized reading functions, such as files that +contain text headers, or more complex things including gray streams +(such as chipz' decompressing-streams). Note that this package relies on parse-float, which you can find on github: -- 2.11.4.GIT