summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py2
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