From 64c6a0ef6e5bb2f57493dabe342307745968d66a Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 21 Apr 2008 02:08:00 +0000 Subject: [PATCH] Markup fix --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index b93bd0395c8..c1be5ab78e0 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