diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-26 15:44:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 15:44:28 -0600 |
| commit | dd39a69cf04dc209da3c987380c98dc763e4a511 (patch) | |
| tree | 180fb0e7c3e3663a82f60126a79969326ed057b5 /doc | |
| parent | f4b4f47ed7bd67d1c5b34a42a4105397e6163714 (diff) | |
| download | numpy-dd39a69cf04dc209da3c987380c98dc763e4a511.tar.gz | |
MAINT: Tweak formatting.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release/upcoming_changes/23661.perfomance.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release/upcoming_changes/23661.perfomance.rst b/doc/release/upcoming_changes/23661.perfomance.rst index e8bc058dd..e3e55f3d5 100644 --- a/doc/release/upcoming_changes/23661.perfomance.rst +++ b/doc/release/upcoming_changes/23661.perfomance.rst @@ -1,3 +1,4 @@ Faster membership test on ``NpzFile`` ------------------------------------------------ -Membership test on ``NpzFile`` will no longer decompress the archive if it is successful. +------------------------------------- +Membership test on ``NpzFile`` will no longer +decompress the archive if it is successful. |
