Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Sphinx syntax
  • Loading branch information
erlend-aasland committed Aug 14, 2023
commit b718c67cec627ee343761eefad27f702dd74e4e3
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ Text I/O

* ``seek(0, SEEK_SET)``: Rewind to the start of the stream.
* ``seek(n, SEEK_SET)``: Restore a previous position;
'n' is a number returned by meth:`!tell`.
'n' is a number returned by :meth:`!tell`.
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
* ``seek(0, SEEK_END)``: Fast-forward to the end of the stream.
* ``seek(0, SEEK_CUR)``: Leave the current stream position unchanged.

Expand Down