diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-09-26 09:01:12 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-09-26 09:01:12 -0400 |
commit | 73e95ddd7879589fbc3ff98d962dd0099fa77c10 (patch) | |
tree | a66f282f885b4849602fa767afd6ee8158bd27ff /doc/source/glossary.rst | |
parent | 85f364a0c9dd5ac91dfae6d9ce05193a5f2f7eb0 (diff) | |
download | numpy-73e95ddd7879589fbc3ff98d962dd0099fa77c10.tar.gz |
DOC: Revise 'contiguous' in PR #16996
Diffstat (limited to 'doc/source/glossary.rst')
-rw-r--r-- | doc/source/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index d4db87723..5f8de3988 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -282,7 +282,7 @@ Glossary An array is contiguous if * it occupies an unbroken block of memory, and * array elements with higher indexes occupy higher addresses (that - is, the :term:`stride` is not negative). + is, no :term:`stride` is negative). copy |