We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bf9c46 + 173f614 commit 4f0dc6aCopy full SHA for 4f0dc6a
doc/source/reference/c-api/iterator.rst
@@ -715,7 +715,7 @@ Construction and destruction
715
may not be repeated. The following example is how normal broadcasting
716
applies to a 3-D array, a 2-D array, a 1-D array and a scalar.
717
718
- **Note**: Before NumPy 1.8 ``oa_ndim == 0` was used for signalling
+ **Note**: Before NumPy 1.8 ``oa_ndim == 0`` was used for signalling
719
that ``op_axes`` and ``itershape`` are unused. This is deprecated and
720
should be replaced with -1. Better backward compatibility may be
721
achieved by using :c:func:`NpyIter_MultiNew` for this case.
0 commit comments