diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:56:17 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:56:17 -0400 |
commit | a70f60acf3283a0f4684a5d22bc710004f2f1ed3 (patch) | |
tree | 57f32165f01a48392b9813966ed6f88f03a7a493 /Lib/_pyio.py | |
parent | ce9cc4910481ec96a4024ffe36475e2c9feebfa1 (diff) | |
download | cpython-git-a70f60acf3283a0f4684a5d22bc710004f2f1ed3.tar.gz |
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r-- | Lib/_pyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py index ac7832e1bd..0986ed23e1 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -298,7 +298,7 @@ class IOBase: def seek(self, pos, whence=0): """Change stream position. - Change the stream position to byte offset offset. offset is + Change the stream position to byte offset pos. Argument pos is interpreted relative to the position indicated by whence. Values for whence are: |