Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7b54f7

Browse files
committed
SF bug 1415455, fix typo in module name
1 parent 57a34e8 commit b7b54f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libsubprocess.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ \subsubsection{Replacing popen2.*}
387387
(child_stdout, child_stdin) = (p.stdout, p.stdin)
388388
\end{verbatim}
389389

390-
The popen2.Popen3 and popen3.Popen4 basically works as subprocess.Popen,
390+
The popen2.Popen3 and popen2.Popen4 basically works as subprocess.Popen,
391391
except that:
392392

393393
\begin{itemize}

0 commit comments

Comments
 (0)