Skip to content

Commit 0a26f97

Browse files
committed
Address Steve's review
1 parent 03248c7 commit 0a26f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/long.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ Export API
749749
On error, set an exception and return ``-1``.
750750
751751
If *export_long->digits* is not ``NULL``, :c:func:`PyLong_FreeExport` must
752-
be called when the export is no longer needed.
752+
be called when the export is no longer needed. Otherwise, calling
753+
:c:func:`PyLong_FreeExport` is optional.
753754
754755
755756
.. c:function:: void PyLong_FreeExport(PyLongExport *export_long)

0 commit comments

Comments
 (0)