summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:42:08 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:42:08 +0200
commit2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (patch)
tree1a4a81faf9e59d0cabf9cbace9dc967bad60caa1 /numpy/__init__.py
parent773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (diff)
downloadnumpy-2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681.tar.gz
DOC: change Numpy to NumPy in dosctrings and comments
The strings in error messages were left untouched
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 5384d61ab..0f1bcf766 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -65,7 +65,7 @@ fft
polynomial
Polynomial tools
testing
- Numpy testing tools
+ NumPy testing tools
f2py
Fortran to Python Interface Generator.
distutils
@@ -83,7 +83,7 @@ dual
matlib
Make everything matrices.
__version__
- Numpy version string
+ NumPy version string
Viewing documentation using IPython
-----------------------------------