summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/numpybook/numpybook.lyx7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/numpybook/numpybook.lyx b/doc/numpybook/numpybook.lyx
index 16ee19d90..17ffb4a43 100644
--- a/doc/numpybook/numpybook.lyx
+++ b/doc/numpybook/numpybook.lyx
@@ -19056,10 +19056,11 @@ order Either 'C' or 'Fortran' to indicate the order that an N-D array should
Memory-mapped-file arrays have one additional method (besides those they
inherit from the ndarray): self.
\series bold
-sync
+flush
\series default
-() which must be called manually by the user to ensure that any changes
- to the array actually get written to disk.
+() which can be called manually by the user to ensure that any changes to
+ the array actually get written to disk. This also occurs on deleting
+ the memmap object
\end_layout