summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-25 04:28:05 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-25 04:28:05 (GMT)
commit999b57c872fe3bf3b5df347c21bcf42bb393a186 (patch)
treeb04ee9cee7c86bccdd63286571035b370e286b02 /Doc/lib/libfuncs.tex
parent9ac25ec0254eb28b27c80659c10b6ec7c6fa43b3 (diff)
downloadcpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.zip
cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.gz
cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.bz2
Fix double word typos.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 4464de5..185723a 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -422,7 +422,7 @@ class C:
file's desired buffer size: 0 means unbuffered, 1 means line
buffered, any other positive value means use a buffer of
(approximately) that size. A negative \var{bufsize} means to use
- the system default, which is usually line buffered for for tty
+ the system default, which is usually line buffered for tty
devices and fully buffered for other files. If omitted, the system
default is used.\footnote{
Specifying a buffer size currently has no effect on systems that