Skip to content
Prev Previous commit
Next Next commit
... and they still belong in os
  • Loading branch information
erlend-aasland committed Aug 17, 2023
commit b4ed858d61923ac42d3b06325cf43e6437e09a16
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ I/O Base Classes

.. versionadded:: 3.3
Some operating systems could support additional values, like
:const:`SEEK_HOLE` or :const:`SEEK_DATA`. The valid values
:const:`os.SEEK_HOLE` or :const:`os.SEEK_DATA`. The valid values
for a file could depend on it being open in text or binary mode.

.. method:: seekable()
Expand Down