Commit d01df468 authored by Daniel Stutzbach's avatar Daniel Stutzbach

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

parent dcb4491b
...@@ -361,9 +361,9 @@ I/O Base Classes ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment