summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-11 20:30:14 -0800
committerGitHub <noreply@github.com>2018-11-11 20:30:14 -0800
commitd8e5601eef6652a109be2e6d1f9352c415cef020 (patch)
tree4b93cde35a434a8d21780c44b2d9813c8d7a936a
parentd0ebbf4895439233c8398dbdd0456d07132b2a6f (diff)
downloadcpython-git-d8e5601eef6652a109be2e6d1f9352c415cef020.tar.gz
Minor grammar improvement to io documentation. (GH-10329)
Independently of -> Independent of (cherry picked from commit cd449806fac1246cb7b4d392026fe6986ec01fb7) Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>
-rw-r--r--Doc/library/io.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 28aac923cc..981c385466 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -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