diff options
author | Yaron de Leeuw <jarondl@server.fake> | 2013-09-15 21:03:53 +0300 |
---|---|---|
committer | Yaron de Leeuw <jarondl@server.fake> | 2013-09-15 21:03:53 +0300 |
commit | 3a4fbed7281d118659035875104ee447dfd1e47c (patch) | |
tree | 8dd263f157101c6b7f47c33b170172d50a78bd4b /numpy/lib/npyio.py | |
parent | 688df31dceedaf2009afe18f54806ecb8a1c254c (diff) | |
download | numpy-3a4fbed7281d118659035875104ee447dfd1e47c.tar.gz |
small typo
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index fa634c454..56aad0d7c 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -923,7 +923,7 @@ def savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', See Also -------- save : Save an array to a binary file in NumPy ``.npy`` format - savez : Save several arrays into a uncompressed ``.npz`` archive + savez : Save several arrays into an uncompressed ``.npz`` archive savez_compressed : Save several arrays into a compressed ``.npz`` file format Notes |