From f1623beb83e410152ba8764de46a374c6452c089 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Wed, 11 Nov 2020 14:54:29 +0200 Subject: Update numpy/core/memmap.py Co-authored-by: Eric Wieser --- numpy/core/memmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/memmap.py') diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py index 23703aa65..66653c0c1 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -38,7 +38,7 @@ class memmap(ndarray): which returns a view into an mmap buffer. Flush the memmap instance to write the changes to the file. Currently there - is no API to close the underlying memmap. It is tricky to ensure the + is no API to close the underlying ``mmap``. It is tricky to ensure the resource is actually closed, since it may be shared between different memmap instances. -- cgit v1.2.1