]> granicus.if.org Git - python/commitdiff
Minor grammar improvement to io documentation. (GH-10329)
authorSrinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Mon, 12 Nov 2018 04:06:18 +0000 (09:36 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 04:06:18 +0000 (20:06 -0800)
Independently of -> Independent of

Doc/library/io.rst

index 2536c37e772b8137198f73a35a7e12a11f7dc6a2..7068e68ad90f1f06c44cf93864bfe66463528f4e 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