diff options
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index e7287ea8f..de6214c02 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -432,7 +432,8 @@ def save(file, arr): Notes ----- - For a description of the ``.npy`` format, see `format`. + For a description of the ``.npy`` format, see the module docstring + of `numpy.lib.format`. Examples -------- |