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 5ef94d5 commit d9cff4bCopy full SHA for d9cff4b
Doc/c-api/long.rst
@@ -586,7 +586,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
586
587
.. c:macro:: PyLong_AsPid(pid)
588
589
- Macro for converting a Python integer into a process ID.
+ Macro for converting a Python integer into a process identifier.
590
591
This can be defined as an alias to :c:func:`PyLong_AsLong`,
592
:c:func:`PyLong_FromLongLong`, or :c:func:`PyLong_AsInt`, depending on the
0 commit comments