summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2011-03-03 14:13:28 +0800
committerrgommers <ralf.gommers@googlemail.com>2011-03-03 14:13:28 +0800
commit821afc8f1376a634612e182903c06a0c9c556d94 (patch)
tree909d7f649c4db817a1c0f1e8fc9f1934584242b9 /numpy/lib/npyio.py
parent85813a9a2eb163582cb518f0fe5d632b662ad0c7 (diff)
downloadnumpy-821afc8f1376a634612e182903c06a0c9c556d94.tar.gz
DOC: commit some more fixes from the doc wiki.
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 1f2fc714a..15d29d60b 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -500,7 +500,7 @@ def savez_compressed(file, *args, **kwds):
Parameters
----------
- file : string
+ file : str
File name of .npz file.
args : Arguments
Function arguments.