diff options
author | rgommers <ralf.gommers@googlemail.com> | 2011-03-03 14:13:28 +0800 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2011-03-03 14:13:28 +0800 |
commit | 821afc8f1376a634612e182903c06a0c9c556d94 (patch) | |
tree | 909d7f649c4db817a1c0f1e8fc9f1934584242b9 /numpy/lib/npyio.py | |
parent | 85813a9a2eb163582cb518f0fe5d632b662ad0c7 (diff) | |
download | numpy-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.py | 2 |
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. |