Fix typo: "ofbytes" should be "of bytes"

This commit is contained in:
Daniel Stutzbach 2010-11-30 17:49:53 +00:00
parent dcb4491b0a
commit d01df46848

View File

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