Skip to content

Commit 74e320e

Browse files
committed
DOC: Fix a note section markup in dtype.rst
[skip cirrus] [skip azp] [skip actions]
1 parent 69feeb3 commit 74e320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ to the front of the integer name.
390390
This is the correct integer for lengths or indexing. In practice this is
391391
normally the size of a pointer, but this is not guaranteed.
392392

393-
..note::
393+
.. note::
394394
Before NumPy 2.0, this was the same as ``Py_intptr_t``.
395395
While a better match, this did not match actual usage in practice.
396396
On the Python side, we still support ``np.dtype('p')`` to fetch a dtype

0 commit comments

Comments
 (0)