Fix typo: "ofbytes" should be "of bytes"
This commit is contained in:
parent
dcb4491b0a
commit
d01df46848
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user