Skip to content

Commit 4f0dc6a

Browse files
authored
Merge pull request numpy#26880 from F3eQnxN3RriK/doc-patch-1
DOC: Fix small incorrect markup
2 parents 0bf9c46 + 173f614 commit 4f0dc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/c-api/iterator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ Construction and destruction
715715
may not be repeated. The following example is how normal broadcasting
716716
applies to a 3-D array, a 2-D array, a 1-D array and a scalar.
717717
718-
**Note**: Before NumPy 1.8 ``oa_ndim == 0` was used for signalling
718+
**Note**: Before NumPy 1.8 ``oa_ndim == 0`` was used for signalling
719719
that ``op_axes`` and ``itershape`` are unused. This is deprecated and
720720
should be replaced with -1. Better backward compatibility may be
721721
achieved by using :c:func:`NpyIter_MultiNew` for this case.

0 commit comments

Comments
 (0)