[Numpy-svn] r5693 - trunk/doc/numpybook

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Aug 24 17:03:07 EDT 2008


Author: matthew.brett at gmail.com
Date: 2008-08-24 16:02:55 -0500 (Sun, 24 Aug 2008)
New Revision: 5693

Modified:
   trunk/doc/numpybook/numpybook.lyx
Log:
Updated memmap sync to memmap flush

Modified: trunk/doc/numpybook/numpybook.lyx
===================================================================
--- trunk/doc/numpybook/numpybook.lyx	2008-08-24 20:56:30 UTC (rev 5692)
+++ trunk/doc/numpybook/numpybook.lyx	2008-08-24 21:02:55 UTC (rev 5693)
@@ -19056,10 +19056,11 @@
 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
 




More information about the Numpy-svn mailing list