]> granicus.if.org Git - python/commitdiff
- make a module reference a hyperlink
authorFred Drake <fdrake@acm.org>
Mon, 9 Aug 2004 14:12:05 +0000 (14:12 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Aug 2004 14:12:05 +0000 (14:12 +0000)
- wrap a long line

Doc/lib/libpopen2.tex

index 35faff6ba5b5a853f489857b93215f70d82bbf7c..70a68c28ff4a65c7fda1b571fd67775ddcc701e2 100644 (file)
@@ -30,8 +30,9 @@ by using the \method{poll()} or \method{wait()} methods on the
 \UNIX.  This information is not available when using the
 \function{popen2()}, \function{popen3()}, and \function{popen4()}
 functions, or the equivalent functions in the \refmodule{os} module.
-(Note that the tuples returned by the \module{os} module's functions
-are in a different order from the ones returned by the \module{popen2} module.)
+(Note that the tuples returned by the \refmodule{os} module's functions
+are in a different order from the ones returned by the \module{popen2}
+module.)
 
 \begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
 Executes \var{cmd} as a sub-process.  Returns the file objects