]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor grammar improvement to io documentation. (GH-10329)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 04:30:14 +0000 (20:30 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 04:30:14 +0000 (20:30 -0800)
Independently of -> Independent of
(cherry picked from commit cd449806fac1246cb7b4d392026fe6986ec01fb7)

Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Doc/library/io.rst

index 28aac923cc375b6a890131d2d905655202db8712..981c385466855d566e69409f2ea64b068c1001c4 100644 (file)
@@ -31,7 +31,7 @@ be used for each of them.  A concrete object belonging to any of these
 categories is called a :term:`file object`.  Other common terms are *stream*
 and *file-like object*.
 
-Independently of its category, each concrete stream object will also have
+Independent of its category, each concrete stream object will also have
 various capabilities: it can be read-only, write-only, or read-write. It can
 also allow arbitrary random access (seeking forwards or backwards to any
 location), or only sequential access (for example in the case of a socket or