From: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) Date: Mon, 12 Nov 2018 04:06:18 +0000 (+0530) Subject: Minor grammar improvement to io documentation. (GH-10329) X-Git-Tag: v3.8.0a1~518 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd449806fac1246cb7b4d392026fe6986ec01fb7;p=thirdparty%2FPython%2Fcpython.git Minor grammar improvement to io documentation. (GH-10329) Independently of -> Independent of --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2536c37e772b..7068e68ad90f 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