commit | 64c6a0ef6e5bb2f57493dabe342307745968d66a | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Apr 21 02:08:00 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Apr 21 02:08:00 2008 +0000 |
tree | 2213d7b30863403f30fc699fce06a27e790fc907 | |
parent | 0da94c8a343e0f895ab7b8b49f2132ff2189f145 [diff] [blame] |
Markup fix
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index b93bd03..c1be5ab 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -224,7 +224,7 @@ .. 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