commit | 4e946792d700a3e83a25c1e2c76e77b16f36d611 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Fri Oct 21 23:00:10 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Fri Oct 21 23:00:10 2016 +0000 |
tree | 19bf1f43c5d9275e840424d228dfa3897c10d88d | |
parent | c69d95210978ea28ce054a44e2d6f19ac71d1ad3 [diff] |
Issue #23214: Fix formatting of -1
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index da7a681..c8ff5b8 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -485,7 +485,7 @@ 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)