mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Docstring fix.
This commit is contained in:
parent
99ddc8c603
commit
5358434fd3
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@ class IOBase(metaclass=abc.ABCMeta):
|
|||
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue