Skip to content

Commit c6e65b6

Browse files
committed
Fixed lints.
1 parent 8b8ff0f commit c6e65b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Module Objects
9898
The amount of memory allocated for the module’s state is specified by the :c:member:`PyModuleDef.m_size` field.
9999
100100
The function returns a pointer to the state memory, or **NULL**
101-
if the argument is not a `PyModule` object or
101+
if the argument is not a ``PyModule`` object or
102102
if the module does not support local state (i.e., :c:member:`PyModuleDef.m_size` is ``-1``).
103103
104104
.. c:function:: PyModuleDef* PyModule_GetDef(PyObject *module)

0 commit comments

Comments
 (0)