diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-05 22:24:34 +0200 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 11:20:19 +0200 |
commit | 773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (patch) | |
tree | 793dab9410558a21622d6e6b948d0491997cc54c /doc/summarize.py | |
parent | adc155e12648256eea754d1d53e8322e3ac19549 (diff) | |
download | numpy-773e3cad9a71cb9a7849d8e251fb8a99ab35d06b.tar.gz |
change all non-code instances of Numpy to NumPy
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.
Release notes were left unchanged.
see issue #7986
Diffstat (limited to 'doc/summarize.py')
-rwxr-xr-x | doc/summarize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/summarize.py b/doc/summarize.py index 833436cee..dbadb30b3 100755 --- a/doc/summarize.py +++ b/doc/summarize.py @@ -2,7 +2,7 @@ """ summarize.py -Show a summary about which Numpy functions are documented and which are not. +Show a summary about which NumPy functions are documented and which are not. """ from __future__ import division, absolute_import, print_function @@ -114,7 +114,7 @@ def check_numpy(): def get_undocumented(documented, module, module_name=None, skip=[]): """ - Find out which items in Numpy are not documented. + Find out which items in NumPy are not documented. Returns ------- |