Skip to content

Commit d9cff4b

Browse files
Update Doc/c-api/long.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 5ef94d5 commit d9cff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
586586
587587
.. c:macro:: PyLong_AsPid(pid)
588588
589-
Macro for converting a Python integer into a process ID.
589+
Macro for converting a Python integer into a process identifier.
590590
591591
This can be defined as an alias to :c:func:`PyLong_AsLong`,
592592
:c:func:`PyLong_FromLongLong`, or :c:func:`PyLong_AsInt`, depending on the

0 commit comments

Comments
 (0)