File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,11 @@ Export API
133133
134134 Read-only array of unsigned digits. Can be ``NULL``.
135135
136- If :c:member:`digits` not ``NULL``, a private field of the
137- :c:struct:`PyLongExport` structure stores a strong reference to the Python
138- :class:`int` object to make sure that that structure remains valid until
139- :c:func:`PyLong_FreeExport()` is called.
136+
137+ If :c:member:`PyLongExport.digits` not ``NULL``, a private field of the
138+ :c:struct:`PyLongExport` structure stores a strong reference to the Python
139+ :class:`int` object to make sure that that structure remains valid until
140+ :c:func:`PyLong_FreeExport()` is called.
140141
141142
142143.. c:function:: int PyLong_Export(PyObject *obj, PyLongExport *export_long)
You can’t perform that action at this time.
0 commit comments