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 8b8ff0f commit c6e65b6Copy full SHA for c6e65b6
Doc/c-api/module.rst
@@ -98,7 +98,7 @@ Module Objects
98
The amount of memory allocated for the module’s state is specified by the :c:member:`PyModuleDef.m_size` field.
99
100
The function returns a pointer to the state memory, or **NULL**
101
- if the argument is not a `PyModule` object or
+ if the argument is not a ``PyModule`` object or
102
if the module does not support local state (i.e., :c:member:`PyModuleDef.m_size` is ``-1``).
103
104
.. c:function:: PyModuleDef* PyModule_GetDef(PyObject *module)
0 commit comments