From 0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01 Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Wed, 7 Sep 2016 09:55:40 +0200 Subject: DOC: change version references from x.y to x.y.z --- 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 4ab276d9a..45de1896c 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.0, 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