Markup fix

This commit is contained in:
Andrew M. Kuchling 2008-04-21 02:08:00 +00:00
parent 0da94c8a34
commit 64c6a0ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -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