diff options
author | mattip <matti.picus@gmail.com> | 2018-04-11 22:06:31 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-11 22:06:31 +0300 |
commit | 069c89daf878e61a40b8cd3746111056cc7be8dd (patch) | |
tree | 644d6f12456faa6151e36c60c87be7bb0d04a8fd /numpy/doc/glossary.py | |
parent | 20f58fae2e5fcde70feb8e06a818da9aa13652c2 (diff) | |
download | numpy-069c89daf878e61a40b8cd3746111056cc7be8dd.tar.gz |
fix typos from review
Diffstat (limited to 'numpy/doc/glossary.py')
-rw-r--r-- | numpy/doc/glossary.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py index 8c1f0963a..88022a262 100644 --- a/numpy/doc/glossary.py +++ b/numpy/doc/glossary.py @@ -63,7 +63,7 @@ Glossary (3,) big-endian - When storing a multi-byte value in memory as a sequence of bytes. the + When storing a multi-byte value in memory as a sequence of bytes, the sequence addresses/sends/stores the most significant byte first (lowest address) and the least significant byte last (highest address). Common in micro-processors and used for transmission of data over network protocols. @@ -237,7 +237,7 @@ Glossary type (key-value), see *dictionary*. little-endian - When storing a multi-byte value in memory as a sequence of bytes. the + When storing a multi-byte value in memory as a sequence of bytes, the sequence addresses/sends/stores the least significant byte first (lowest address) and the most significant byte last (highest address). Common in x86 processors. |