summaryrefslogtreecommitdiffstats
path: root/Modules/_io
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:45:12 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:45:12 (GMT)
commit09b7503bc999b2c65c9d61465cd19758ff97c0c4 (patch)
treee0dc4cbc6a25962c2fc98ba30128cb8691134739 /Modules/_io
parentcaeb6bea9bd52859bceae8437bd931335aacad94 (diff)
parent0158af38b73b76516f18b1774e1c590f459cb188 (diff)
downloadcpython-09b7503bc999b2c65c9d61465cd19758ff97c0c4.zip
cpython-09b7503bc999b2c65c9d61465cd19758ff97c0c4.tar.gz
cpython-09b7503bc999b2c65c9d61465cd19758ff97c0c4.tar.bz2
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Modules/*, as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Modules/_io')
-rw-r--r--Modules/_io/iobase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_io/iobase.c b/Modules/_io/iobase.c
index 2039147..e38473a 100644
--- a/Modules/_io/iobase.c
+++ b/Modules/_io/iobase.c
@@ -76,7 +76,7 @@ iobase_unsupported(const char *message)
PyDoc_STRVAR(iobase_seek_doc,
"Change stream position.\n"
"\n"
- "Change the stream position to byte offset offset. offset is\n"
+ "Change the stream position to the given byte offset. The offset is\n"
"interpreted relative to the position indicated by whence. Values\n"
"for whence are:\n"
"\n"