[Python-checkins] r42236 - python/branches/release24-maint/Doc/lib/libsubprocess.tex

neal.norwitz python-checkins at python.org
Sat Feb 4 23:59:59 CET 2006


Author: neal.norwitz
Date: Sat Feb  4 23:59:56 2006
New Revision: 42236

Modified:
   python/branches/release24-maint/Doc/lib/libsubprocess.tex
Log:
SF bug 1415455, fix typo in module name

Modified: python/branches/release24-maint/Doc/lib/libsubprocess.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libsubprocess.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libsubprocess.tex	Sat Feb  4 23:59:56 2006
@@ -371,7 +371,7 @@
 (child_stdout, child_stdin) = (p.stdout, p.stdin)
 \end{verbatim}
 
-The popen2.Popen3 and popen3.Popen4 basically works as subprocess.Popen,
+The popen2.Popen3 and popen2.Popen4 basically works as subprocess.Popen,
 except that:
 
 \begin{itemize}


More information about the Python-checkins mailing list