diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-06-25 01:10:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 01:10:27 +0300 |
commit | c37dc5f1cf5d42ddf05e0cd04a7fc528f30f20e5 (patch) | |
tree | 9d42c124ea89e245f6707ebb8b30c99b1381e8f9 /numpy/lib | |
parent | 0b9dcb2edef710bb35f1d5f8848fb5ba97990f7a (diff) | |
parent | 63e256cb9b2316ece0e8eb05ea992345a573b190 (diff) | |
download | numpy-c37dc5f1cf5d42ddf05e0cd04a7fc528f30f20e5.tar.gz |
Merge pull request #16664 from rossbar/doc/open_memmap
DOC: Add lib.format.open_memmap to autosummary.
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index cb2d511af..98c3cb63f 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -820,7 +820,7 @@ def open_memmap(filename, mode='r+', dtype=None, shape=None, See Also -------- - memmap + numpy.memmap """ if isfileobj(filename): |