summaryrefslogtreecommitdiff
path: root/Lib/_pyio.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:58:27 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:58:27 -0400
commit1b2883dc842aded6ab4a64be23ab26da587aad16 (patch)
treef2a0fd086349b8557562a74e1fdf072ec645383f /Lib/_pyio.py
parentab1998b15608cb5b4ddc27d54b47a381d1b69b09 (diff)
parent4013fbbf41766c34149d621d3714bc374e121614 (diff)
downloadcpython-1b2883dc842aded6ab4a64be23ab26da587aad16.tar.gz
Merge 3.2, 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 9cbb364dd1..aab60db4be 100644
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -303,7 +303,7 @@ class IOBase(metaclass=abc.ABCMeta):
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 ints: