[Python-checkins] r62427 - python/trunk/Doc/library/subprocess.rst

andrew.kuchling python-checkins at python.org
Mon Apr 21 04:08:01 CEST 2008


Author: andrew.kuchling
Date: Mon Apr 21 04:08:00 2008
New Revision: 62427

Log:
Markup fix

Modified:
   python/trunk/Doc/library/subprocess.rst

Modified: python/trunk/Doc/library/subprocess.rst
==============================================================================
--- python/trunk/Doc/library/subprocess.rst	(original)
+++ python/trunk/Doc/library/subprocess.rst	Mon Apr 21 04:08:00 2008
@@ -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


More information about the Python-checkins mailing list