Skip to content

Commit

Permalink
remove not
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 16, 2024
1 parent 43d97fb commit a72d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Array data remains unloaded until it is explicitly accessed:
>>> np.equal(af["powers"]["squares"], expected).all()
True
By default, uncompressed data blocks are not memory mapped for efficient
By default, uncompressed data blocks are memory mapped for efficient
access. Memory mapping can be disabled by using the ``memmap``
option of `open` when reading:

Expand Down

0 comments on commit a72d558

Please sign in to comment.