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/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 049c7b537..4ab276d9a 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -2291,7 +2291,7 @@ an element copier function as a primitive.:: Array Iterators --------------- -As of Numpy 1.6, these array iterators are superceded by +As of NumPy 1.6, these array iterators are superceded by the new array iterator, :c:type:`NpyIter`. An array iterator is a simple way to access the elements of an -- cgit v1.2.1