changeset: 104632:2af6d94de492 user: Martin Panter date: Fri Oct 21 23:00:10 2016 +0000 files: Doc/library/io.rst description: Issue #23214: Fix formatting of -1 diff -r a475f2e39c6f -r 2af6d94de492 Doc/library/io.rst --- a/Doc/library/io.rst Fri Oct 21 17:42:00 2016 -0400 +++ b/Doc/library/io.rst Fri Oct 21 23:00:10 2016 +0000 @@ -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)