From 4dde587405fc57b4ceee6e2317d5d0c7cb0a66e6 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 11 Sep 2015 00:48:21 -0400 Subject: whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags --- Doc/library/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/io.rst') diff --git a/Doc/library/io.rst b/Doc/library/io.rst index ba0d550410..48fd226130 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -487,7 +487,7 @@ I/O Base Classes .. method:: readinto1(b) - Read up to ``len(b)`` bytes into bytearray *b*, ,using at most one call to + Read up to ``len(b)`` bytes into bytearray *b*, using at most one call to the underlying raw stream's :meth:`~RawIOBase.read` (or :meth:`~RawIOBase.readinto`) method. Return the number of bytes read. -- cgit v1.2.1