diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:41:44 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:41:44 -0400 |
commit | ce9cc4910481ec96a4024ffe36475e2c9feebfa1 (patch) | |
tree | 7e26d30f26432acd682eddbb76309bed02baac37 /Modules/_io/iobase.c | |
parent | 6bf9b858597303448844b1c84de5d32d9dd0b565 (diff) | |
download | cpython-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.c | 2 |
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" |