summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/arrays.classes.rst')
-rw-r--r--doc/source/reference/arrays.classes.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst
index 80013060b..e77dfc31e 100644
--- a/doc/source/reference/arrays.classes.rst
+++ b/doc/source/reference/arrays.classes.rst
@@ -267,13 +267,6 @@ they inherit from the ndarray): :meth:`.flush() <memmap.flush>` which
must be called manually by the user to ensure that any changes to the
array actually get written to disk.
-.. note::
-
- Memory-mapped arrays use the the Python memory-map object which
- (prior to Python 2.5) does not allow files to be larger than a
- certain size depending on the platform. This size is always
- < 2GB even on 64-bit systems.
-
.. autosummary::
:toctree: generated/