Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 17:42:46 -04:00
parent 65e69b3718
commit 0158af38b7
10 changed files with 19 additions and 19 deletions

View file

@ -75,7 +75,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"