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
1 changed files with 3 additions and 3 deletions

View 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)