Issue #23214: Fix formatting of -1

This commit is contained in:
Martin Panter 2016-10-21 23:00:10 +00:00
parent c69d952109
commit 4e946792d7
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ I/O Base Classes
implementing your own buffering on top of a :class:`BufferedIOBase`
object.
If *size* is 1 (the default), an arbitrary number of bytes are
If *size* is ``-1`` (the default), an arbitrary number of bytes are
returned (more than zero unless EOF is reached).
.. method:: readinto(b)