Kaydet (Commit) 64c6a0ef authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Markup fix

üst 0da94c8a
...@@ -224,7 +224,7 @@ Instances of the :class:`Popen` class have the following methods: ...@@ -224,7 +224,7 @@ Instances of the :class:`Popen` class have the following methods:
.. method:: Popen.terminate() .. method:: Popen.terminate()
Stop the child. On Posix OSs the method sends SIGTERM to the 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. to stop the child.
.. versionadded:: 2.6 .. versionadded:: 2.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment