From 4e946792d700a3e83a25c1e2c76e77b16f36d611 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 21 Oct 2016 23:00:10 +0000 Subject: [PATCH] Issue #23214: Fix formatting of -1 --- Doc/library/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/io.rst b/Doc/library/io.rst index da7a681fa7..c8ff5b826d 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -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) -- 2.50.1