We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ff12c commit 62fdbd7Copy full SHA for 62fdbd7
Doc/library/io.rst
@@ -318,7 +318,7 @@ I/O Base Classes
318
This class provides empty abstract implementations for many methods
319
that derived classes can override selectively; the default
320
implementations represent a file that cannot be read, written or
321
- seeked.
+ sought.
322
323
Even though :class:`IOBase` does not declare :meth:`read`
324
or :meth:`write` because their signatures will vary, implementations and
0 commit comments