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 7432f09 commit cd44980Copy full SHA for cd44980
Doc/library/io.rst
@@ -31,7 +31,7 @@ be used for each of them. A concrete object belonging to any of these
31
categories is called a :term:`file object`. Other common terms are *stream*
32
and *file-like object*.
33
34
-Independently of its category, each concrete stream object will also have
+Independent of its category, each concrete stream object will also have
35
various capabilities: it can be read-only, write-only, or read-write. It can
36
also allow arbitrary random access (seeking forwards or backwards to any
37
location), or only sequential access (for example in the case of a socket or
0 commit comments