mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #23214: Fix formatting of -1
This commit is contained in:
parent
c69d952109
commit
4e946792d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue