Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor grammar improvement to io documentation. #10329

Merged
merged 1 commit into from
Nov 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
A small improvement in documentation.
  • Loading branch information
srinivasreddy committed Nov 5, 2018
commit 9056344f3290ea7f55f882bffa25eba5d70f6482
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down