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.py3
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
--------