diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-11-02 03:37:02 (GMT) |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-02 03:37:02 (GMT) |
| commit | b362f75f6e5d8fe21d0cda740f9dcdf1976091f7 (patch) | |
| tree | 1b7f020b0403e2378879af5c7e3cdeba27990dc2 /Lib/_pyio.py | |
| parent | 8c6849bfe6ccc0e508e23df385b4ca61c7e00236 (diff) | |
| download | cpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.zip cpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.tar.gz cpython-b362f75f6e5d8fe21d0cda740f9dcdf1976091f7.tar.bz2 | |
Issue #25523: Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
to fix the grammar.
Diffstat (limited to 'Lib/_pyio.py')
| -rw-r--r-- | Lib/_pyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 11348b2..f022a4e 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -274,7 +274,7 @@ class IOBase: Even though IOBase does not declare read, readinto, or write because their signatures will vary, implementations and clients should consider those methods part of the interface. Also, implementations - may raise a IOError when operations they do not support are called. + may raise an IOError when operations they do not support are called. The basic type used for binary data read from or written to a file is the bytes type. Method arguments may also be bytearray or memoryview of |
