From: Andrew M. Kuchling Date: Mon, 21 Apr 2008 02:08:00 +0000 (+0000) Subject: Markup fix X-Git-Tag: v2.6a3~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c6a0ef6e5bb2f57493dabe342307745968d66a;p=python Markup fix --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index b93bd0395c..c1be5ab78e 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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