]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 21 Apr 2008 02:08:00 +0000 (02:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 21 Apr 2008 02:08:00 +0000 (02:08 +0000)
Doc/library/subprocess.rst

index b93bd0395c873313bd464e8ab7d50a6a8b60d80a..c1be5ab78e07d225568b94b38e595e575c33b6f3 100644 (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