diff options
author | Georg Brandl <georg@python.org> | 2006-01-01 21:35:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-01 21:35:20 (GMT) |
commit | 0f194234dc90b1b2a9949123f3faa974c3910bc7 (patch) | |
tree | b7ab82ba4f53018133e5296c43ae130838e093db /Doc/lib/libsubprocess.tex | |
parent | 60b29961dcabc277ca1a14b58cfb4592020ca658 (diff) | |
download | cpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.zip cpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.tar.gz cpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.tar.bz2 |
Bug #1394868: doc typos
Diffstat (limited to 'Doc/lib/libsubprocess.tex')
-rw-r--r-- | Doc/lib/libsubprocess.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index 81b48bc..d077e82 100644 --- a/Doc/lib/libsubprocess.tex +++ b/Doc/lib/libsubprocess.tex @@ -103,7 +103,7 @@ If \var{env} is not \code{None}, it defines the environment variables for the new process. If \var{universal_newlines} is \constant{True}, the file objects stdout -and stderr are opened as a text files, but lines may be terminated by +and stderr are opened as text files, but lines may be terminated by any of \code{'\e n'}, the Unix end-of-line convention, \code{'\e r'}, the Macintosh convention or \code{'\e r\e n'}, the Windows convention. All of these external representations are seen as \code{'\e n'} by the |