From 63e256cb9b2316ece0e8eb05ea992345a573b190 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Wed, 24 Jun 2020 11:29:18 -0700 Subject: Fix broken link in open_memmap See Also --- numpy/lib/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/format.py') 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): -- cgit v1.2.1