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.
1 parent f5dec0e commit e4161c8Copy full SHA for e4161c8
1 file changed
Doc/c-api/structures.rst
@@ -39,7 +39,7 @@ under :ref:`reference counting <countingrefs>`.
39
Do not use this field directly; instead use functions and macros such as
40
:c:macro:`!Py_REFCNT`, :c:func:`Py_INCREF` and :c:func:`Py_DecRef`.
41
42
- The field type may be different from `Py_ssize_t`, depending on
+ The field type may be different from ``Py_ssize_t``, depending on
43
build configuration and platform.
44
45
.. c:member:: PyTypeObject* ob_type
0 commit comments