summaryrefslogtreecommitdiff
path: root/numpy/doc/constants.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/doc/constants.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/doc/constants.py')
-rw-r--r--numpy/doc/constants.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py
index 36f94d307..f9fccabfb 100644
--- a/numpy/doc/constants.py
+++ b/numpy/doc/constants.py
@@ -3,7 +3,7 @@
Constants
=========
-Numpy includes several constants:
+NumPy includes several constants:
%(constant_list)s
"""
@@ -82,7 +82,7 @@ add_newdoc('numpy', 'NINF',
Notes
-----
- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic
+ NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
(IEEE 754). This means that Not a Number is not equivalent to infinity.
Also that positive infinity is not equivalent to negative infinity. But
infinity is equivalent to positive infinity.
@@ -122,7 +122,7 @@ add_newdoc('numpy', 'NZERO',
Notes
-----
- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic
+ NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
(IEEE 754). Negative zero is considered to be a finite number.
Examples
@@ -193,7 +193,7 @@ add_newdoc('numpy', 'PZERO',
Notes
-----
- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic
+ NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
(IEEE 754). Positive zero is considered to be a finite number.
Examples
@@ -253,7 +253,7 @@ add_newdoc('numpy', 'inf',
Notes
-----
- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic
+ NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
(IEEE 754). This means that Not a Number is not equivalent to infinity.
Also that positive infinity is not equivalent to negative infinity. But
infinity is equivalent to positive infinity.
@@ -298,7 +298,7 @@ add_newdoc('numpy', 'nan',
Notes
-----
- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic
+ NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic
(IEEE 754). This means that Not a Number is not equivalent to infinity.
`NaN` and `NAN` are aliases of `nan`.