Skip to content

Commit fe432f2

Browse files
committed
Remove implementation details from PyLongExport docs
1 parent 24e078b commit fe432f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

peps/pep-0757.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)