commit | 5358434fd3899a369e4892807b0abaedaf2ea44b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 06 20:27:02 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 06 20:27:02 2008 +0000 |
tree | fab7d3767cbb54ca9758f9786162a12513ac0340 | |
parent | 99ddc8c603dd00cb855b7a6f872f529666b3cdbb [diff] |
Docstring fix.
diff --git a/Lib/io.py b/Lib/io.py index fe03bf2..47d1ac5 100644 --- a/Lib/io.py +++ b/Lib/io.py
@@ -246,8 +246,8 @@ Seek to byte offset pos relative to position indicated by whence: 0 Start of stream (the default). pos should be >= 0; - 1 Current position - whence may be negative; - 2 End of stream - whence usually negative. + 1 Current position - pos may be negative; + 2 End of stream - pos usually negative. Returns the new absolute position. """ self._unsupported("seek")