diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 +0000 |
| commit | 999b57c872fe3bf3b5df347c21bcf42bb393a186 (patch) | |
| tree | b04ee9cee7c86bccdd63286571035b370e286b02 /Doc/lib/libmultifile.tex | |
| parent | 9ac25ec0254eb28b27c80659c10b6ec7c6fa43b3 (diff) | |
| download | cpython-git-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.gz | |
Fix double word typos.
Diffstat (limited to 'Doc/lib/libmultifile.tex')
| -rw-r--r-- | Doc/lib/libmultifile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex index 0594ae7801..bdd573e754 100644 --- a/Doc/lib/libmultifile.tex +++ b/Doc/lib/libmultifile.tex @@ -17,7 +17,7 @@ it can be easily adapted for more general use. \begin{classdesc}{MultiFile}{fp\optional{, seekable}} Create a multi-file. You must instantiate this class with an input object argument for the \class{MultiFile} instance to get lines from, -such as as a file object returned by \function{open()}. +such as a file object returned by \function{open()}. \class{MultiFile} only ever looks at the input object's \method{readline()}, \method{seek()} and \method{tell()} methods, and |
