diff options
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. |