summaryrefslogtreecommitdiff
path: root/Lib/_pyio.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:56:17 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:56:17 -0400
commita70f60acf3283a0f4684a5d22bc710004f2f1ed3 (patch)
tree57f32165f01a48392b9813966ed6f88f03a7a493 /Lib/_pyio.py
parentce9cc4910481ec96a4024ffe36475e2c9feebfa1 (diff)
downloadcpython-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.py2
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: