mirror of https://github.com/python/cpython
Markup fix
This commit is contained in:
parent
0da94c8a34
commit
64c6a0ef6e
|
@ -224,7 +224,7 @@ Instances of the :class:`Popen` class have the following methods:
|
|||
.. method:: Popen.terminate()
|
||||
|
||||
Stop the child. On Posix OSs the method sends SIGTERM to the
|
||||
child. On Windows the Win32 API function TerminateProcess is called
|
||||
child. On Windows the Win32 API function :cfunc:`TerminateProcess` is called
|
||||
to stop the child.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
|
Loading…
Reference in New Issue