Skip to content

Commit 7fbbdcf

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

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
@@ -163,7 +163,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
163163
164164
.. c:macro:: PyLong_FromPid(pid)
165165
166-
Macro for creating a Python integer from a process ID.
166+
Macro for creating a Python integer from a process identifier.
167167
168168
This can be defined as an alias to :c:func:`PyLong_FromLong` or
169169
:c:func:`PyLong_FromLongLong`, depending on the size of the system's

0 commit comments

Comments
 (0)