diff options
| author | Fred Drake <fdrake@acm.org> | 2002-12-06 16:45:05 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-12-06 16:45:05 +0000 |
| commit | 08d10f985ebc26e0158591860ff26d5b33d50fea (patch) | |
| tree | a109893427c72aee0cf7f7ed243c7c2a3ded7be2 /Doc/lib/libos.tex | |
| parent | 9e43730ca3ded5c2e82d34f7e49704ad18dcd3a5 (diff) | |
| download | cpython-git-08d10f985ebc26e0158591860ff26d5b33d50fea.tar.gz | |
Typo: "dead lock" --> "deadlock"
Diffstat (limited to 'Doc/lib/libos.tex')
| -rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index cf68f6036b..6674e8828f 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -344,7 +344,7 @@ streams and also retrieve the return codes is to use the \class{Popen3} and \class{Popen4} classes from the \refmodule{popen2} module; these are only available on \UNIX. -For a discussion of possible dead lock conditions related to the use +For a discussion of possible deadlock conditions related to the use of these functions, see ``\ulink{Flow Control Issues}{popen2-flow-control.html}'' (section~\ref{popen2-flow-control}). |
