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
Update Doc/library/os.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
erlend-aasland and AA-Turner authored Aug 14, 2023
commit 12b0471e29aa9786dd11242b1885e2e4433b85ea
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ as internal buffering of data.
.. function:: lseek(fd, pos, whence, /)

Set the current position of file descriptor *fd* to position *pos*, modified
by *whence*, and return the new position in bytes, relative to
by *whence*, and return the new position in bytes relative to
the start of the file.
Valid values for *whence* are:

Expand Down