mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-106909: Use role :const: for referencing module constants (GH-106910)
This commit is contained in:
parent
d036db728e
commit
4b9948617f
64 changed files with 238 additions and 238 deletions
|
@ -249,7 +249,7 @@ their completion.
|
|||
|
||||
Stop the child process.
|
||||
|
||||
On POSIX systems this method sends :py:data:`signal.SIGTERM` to the
|
||||
On POSIX systems this method sends :py:const:`signal.SIGTERM` to the
|
||||
child process.
|
||||
|
||||
On Windows the Win32 API function :c:func:`TerminateProcess` is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue