diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 (GMT) |
commit | 999b57c872fe3bf3b5df347c21bcf42bb393a186 (patch) | |
tree | b04ee9cee7c86bccdd63286571035b370e286b02 /Doc/lib/librfc822.tex | |
parent | 9ac25ec0254eb28b27c80659c10b6ec7c6fa43b3 (diff) | |
download | cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.zip cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.gz cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.bz2 |
Fix double word typos.
Diffstat (limited to 'Doc/lib/librfc822.tex')
-rw-r--r-- | Doc/lib/librfc822.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex index e32493c..e7bbc28 100644 --- a/Doc/lib/librfc822.tex +++ b/Doc/lib/librfc822.tex @@ -46,7 +46,7 @@ certain stdio libraries in which \cfunction{tell()} discards buffered data before discovering that the \cfunction{lseek()} system call doesn't work. For maximum portability, you should set the seekable argument to zero to prevent that initial \method{tell()} when passing -in an unseekable object such as a a file object created from a socket +in an unseekable object such as a file object created from a socket object. Input lines as read from the file may either be terminated by CR-LF or |