8000 Minor grammar improvement to io documentation. (GH-10329) · python/cpython@a744abc · GitHub
[go: up one dir, main page]

Skip to content

Commit a744abc

Browse files
Minor grammar improvement to io documentation. (GH-10329)
Independently of -> Independent of (cherry picked from commit cd44980) Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
1 parent 7a90504 commit a744abc

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
@@ -31,7 +31,7 @@ be used for each of them. A concrete object belonging to any of these
3131
categories is called a :term:`file object`. Other common terms are *stream*
3232
and *file-like object*.
3333

34-
Independently of its category, each concrete stream object will also have
34+
Independent of its category, each concrete stream object will also have
3535
various capabilities: it can be read-only, write-only, or read-write. It can
3636
also allow arbitrary random access (seeking forwards or backwards to any
3737
location), or only sequential access (for example in the case of a socket or

0 commit comments

Comments
 (0)
0