[Numpy-svn] r4818 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Feb 22 17:42:25 EST 2008


Author: chris.burns
Date: 2008-02-22 16:42:06 -0600 (Fri, 22 Feb 2008)
New Revision: 4818

Modified:
   trunk/numpy/core/memmap.py
Log:
Small sync-to-flush doc update.

Modified: trunk/numpy/core/memmap.py
===================================================================
--- trunk/numpy/core/memmap.py	2008-02-22 08:58:25 UTC (rev 4817)
+++ trunk/numpy/core/memmap.py	2008-02-22 22:42:06 UTC (rev 4818)
@@ -54,8 +54,8 @@
     Methods
     -------
     close : close the memmap file
-    sync : flush any changes in memory to file on disk
-        When you delete a memmap object, sync is called first to write
+    flush : flush any changes in memory to file on disk
+        When you delete a memmap object, flush is called first to write
         changes to disk before removing the object.
 
     Returns




More information about the Numpy-svn mailing list