Skip to content

Commit f782866

Browse files
authored
Merge pull request numpy#25971 from F3eQnxN3RriK/doc-patch-1
DOC: Fix a note section markup in ``dtype.rst``
2 parents 69feeb3 + 74e320e commit f782866

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)