From 2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Tue, 6 Sep 2016 14:42:08 +0200 Subject: DOC: change Numpy to NumPy in dosctrings and comments The strings in error messages were left untouched --- numpy/dual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/dual.py') diff --git a/numpy/dual.py b/numpy/dual.py index 1517d8421..8b91da262 100644 --- a/numpy/dual.py +++ b/numpy/dual.py @@ -5,7 +5,7 @@ Scipy_ can be built to use accelerated or otherwise improved libraries for FFTs, linear algebra, and special functions. This module allows developers to transparently support these accelerated functions when scipy is available but still support users who have only installed -Numpy. +NumPy. .. _Scipy : http://www.scipy.org -- cgit v1.2.1