Skip to content

Commit e4161c8

Browse files
committed
Fix ReST syntax
1 parent f5dec0e commit e4161c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under :ref:`reference counting <countingrefs>`.
3939
Do not use this field directly; instead use functions and macros such as
4040
:c:macro:`!Py_REFCNT`, :c:func:`Py_INCREF` and :c:func:`Py_DecRef`.
4141

42-
The field type may be different from `Py_ssize_t`, depending on
42+
The field type may be different from ``Py_ssize_t``, depending on
4343
build configuration and platform.
4444

4545
.. c:member:: PyTypeObject* ob_type

0 commit comments

Comments
 (0)