Skip to content

Commit

Permalink
Use consistent mood, since we're touching this anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed May 10, 2023
1 parent 7c785b3 commit 28fc57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Modules/_io/bufferedio.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ _io._BufferedIOBase.read
Read and return up to n bytes.
If the argument is omitted, None, or negative, reads and
returns all data until EOF
If the argument is omitted, None, or negative, read and
return all data until EOF
If the argument is positive, and the underlying raw stream is
not 'interactive', multiple raw reads may be issued to satisfy
Expand All @@ -160,7 +160,7 @@ mode and no data is available at the moment.
static PyObject *
_io__BufferedIOBase_read_impl(PyObject *self, PyTypeObject *cls,
PyObject *args)
/*[clinic end generated code: output=4521b30940fd7b67 input=7e26b448274234a0]*/
/*[clinic end generated code: output=4521b30940fd7b67 input=83f4490585256485]*/
{
_PyIO_State *state = IO_STATE();
return bufferediobase_unsupported(state, "read");
Expand Down
6 changes: 3 additions & 3 deletions Modules/_io/clinic/bufferedio.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28fc57e

Please sign in to comment.