summaryrefslogtreecommitdiff
path: root/doc/neps/new-iterator-ufunc.rst
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-01-28 17:28:26 -0800
committerMark Wiebe <mwwiebe@gmail.com>2011-01-28 17:28:26 -0800
commit7bead6a6b5a108f2515f8a81c95eb2a42eee6240 (patch)
treea2b46011bd8fbaf94f189e400b2bddfb6e064b9c /doc/neps/new-iterator-ufunc.rst
parentab3dcf817066e7be08e0c4c6264db36674978284 (diff)
downloadnumpy-7bead6a6b5a108f2515f8a81c95eb2a42eee6240.tar.gz
STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be more intuitive
Diffstat (limited to 'doc/neps/new-iterator-ufunc.rst')
-rw-r--r--doc/neps/new-iterator-ufunc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/new-iterator-ufunc.rst b/doc/neps/new-iterator-ufunc.rst
index 52a44413d..76b21d644 100644
--- a/doc/neps/new-iterator-ufunc.rst
+++ b/doc/neps/new-iterator-ufunc.rst
@@ -736,7 +736,7 @@ Construction and Destruction
orders enforce the particular iteration pattern. When using
``NPY_KEEPORDER``, if you also want to ensure that the iteration is
not reversed along an axis, you should pass the flag
- ``NPY_ITER_DONT_REVERSE_AXES``.
+ ``NPY_ITER_DONT_NEGATE_STRIDES``.
Any of the ``NPY_CASTING`` enum values may be passed to ``casting``.
The values include ``NPY_NO_CASTING``, ``NPY_EQUIV_CASTING``,
@@ -796,7 +796,7 @@ Construction and Destruction
This flag is incompatible with ``NPY_ITER_C_INDEX``,
``NPY_ITER_F_INDEX``, and ``NPY_ITER_COORDS``.
- ``NPY_ITER_DONT_REVERSE_AXES``
+ ``NPY_ITER_DONT_NEGATE_STRIDES``
This only affects the iterator when NPY_KEEPORDER is specified
for the order parameter. By default with NPY_KEEPORDER, the