From 773e3cad9a71cb9a7849d8e251fb8a99ab35d06b Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Mon, 5 Sep 2016 22:24:34 +0200 Subject: 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 --- doc/summarize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/summarize.py') 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 ------- -- cgit v1.2.1