commit | 26d936a71e2aa4da5618c5d6532eac488af00ee4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 29 12:16:53 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 29 12:16:53 2013 +0200 |
tree | 2b8f5d4ac19d405fb2d49a9bfd62a5de75969768 | |
parent | 71142c4e866f5a35d4c6b46690686fda4a1ece04 [diff] [blame] |
Issue #19795: Improved markup of True/False constants.
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index cc6cc95..c866c98 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -278,7 +278,7 @@ .. method:: readable() - Return ``True`` if the stream can be read from. If False, :meth:`read` + Return ``True`` if the stream can be read from. If ``False``, :meth:`read` will raise :exc:`IOError`. .. method:: readline(limit=-1)