diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 14:42:08 +0200 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 14:42:08 +0200 |
commit | 2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (patch) | |
tree | 1a4a81faf9e59d0cabf9cbace9dc967bad60caa1 /numpy/doc/glossary.py | |
parent | 773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (diff) | |
download | numpy-2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681.tar.gz |
DOC: change Numpy to NumPy in dosctrings and comments
The strings in error messages were left untouched
Diffstat (limited to 'numpy/doc/glossary.py')
-rw-r--r-- | numpy/doc/glossary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py index 91cd74651..97b7b3362 100644 --- a/numpy/doc/glossary.py +++ b/numpy/doc/glossary.py @@ -305,7 +305,7 @@ Glossary [1, 2, 3, 4, 5, 6] Row-major order is also known as the C order, as the C programming - language uses it. New Numpy arrays are by default in row-major order. + language uses it. New NumPy arrays are by default in row-major order. self Often seen in method signatures, ``self`` refers to the instance |