summaryrefslogtreecommitdiff
path: root/Modules/_io/iobase.c
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:41:44 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:41:44 -0400
commitce9cc4910481ec96a4024ffe36475e2c9feebfa1 (patch)
tree7e26d30f26432acd682eddbb76309bed02baac37 /Modules/_io/iobase.c
parent6bf9b858597303448844b1c84de5d32d9dd0b565 (diff)
downloadcpython-git-ce9cc4910481ec96a4024ffe36475e2c9feebfa1.tar.gz
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/iobase.c')
-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 063ba2ebd8..7505d703b0 100644
--- a/Modules/_io/iobase.c
+++ b/Modules/_io/iobase.c
@@ -74,7 +74,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"