]> granicus.if.org Git - python/commitdiff
Fix typo: "ofbytes" should be "of bytes"
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 30 Nov 2010 17:49:53 +0000 (17:49 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 30 Nov 2010 17:49:53 +0000 (17:49 +0000)
Doc/library/io.rst

index 5a2de147576f3d2e14fc1c671ac2e7c0ddeef247..c6605c841bef3178f1844d2f6185b21dcb57b336 100644 (file)
@@ -361,9 +361,9 @@ I/O Base Classes
 
    .. method:: readinto(b)
 
-      Read up to len(b) bytes into bytearray *b* and return the number ofbytes
-      read.  If the object is in non-blocking mode and no bytes are available,
-      ``None`` is returned.
+      Read up to len(b) bytes into bytearray *b* and return the number
+      of bytes read.  If the object is in non-blocking mode and no
+      bytes are available, ``None`` is returned.
 
    .. method:: write(b)