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