From f22f8b0c30c81262604d3f5f1411cf62086c751d Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 18 Jul 2024 09:01:40 -0400 Subject: [PATCH] pre-commit --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 79380da0c..9d737f065 100644 --- a/README.rst +++ b/README.rst @@ -193,7 +193,7 @@ The `open` function also works as a context handler: The ``copy_arrays`` argument of `asdf.open()` and `AsdfFile` is deprecated, and will be removed in ASDF 4.0. It is replaced by ``memmap``, which is the opposite of ``copy_arrays`` (``memmap == not copy_arrays``). - In ASDF 4.0, ``memmap`` will default to ``False``, which means arrays + In ASDF 4.0, ``memmap`` will default to ``False``, which means arrays will no longer be memory-mapped by default. To get a quick overview of the data stored in the file, use the top-level