Skip to content

Commit 62fdbd7

Browse files
committed
Fixed typo: seeked -> sought
1 parent 10ff12c commit 62fdbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ I/O Base Classes
318318
This class provides empty abstract implementations for many methods
319319
that derived classes can override selectively; the default
320320
implementations represent a file that cannot be read, written or
321-
seeked.
321+
sought.
322322

323323
Even though :class:`IOBase` does not declare :meth:`read`
324324
or :meth:`write` because their signatures will vary, implementations and

0 commit comments

Comments
 (0)