Docstring fix.
This commit is contained in:
parent
99ddc8c603
commit
5358434fd3
|
@ -246,8 +246,8 @@ class IOBase(metaclass=abc.ABCMeta):
|
||||||
|
|
||||||
Seek to byte offset pos relative to position indicated by whence:
|
Seek to byte offset pos relative to position indicated by whence:
|
||||||
0 Start of stream (the default). pos should be >= 0;
|
0 Start of stream (the default). pos should be >= 0;
|
||||||
1 Current position - whence may be negative;
|
1 Current position - pos may be negative;
|
||||||
2 End of stream - whence usually negative.
|
2 End of stream - pos usually negative.
|
||||||
Returns the new absolute position.
|
Returns the new absolute position.
|
||||||
"""
|
"""
|
||||||
self._unsupported("seek")
|
self._unsupported("seek")
|
||||||
|
|
Loading…
Reference in New Issue