Fix an accidental re-typing of a word.
This commit is contained in:
parent
f819101ea2
commit
72044f05a8
|
@ -429,7 +429,7 @@ Non-blocking I/O
|
||||||
Non-blocking I/O is fully supported on the Raw I/O level only. If a
|
Non-blocking I/O is fully supported on the Raw I/O level only. If a
|
||||||
raw object is in non-blocking mode and an operation would block, then
|
raw object is in non-blocking mode and an operation would block, then
|
||||||
``.read()`` and ``.readinto()`` return ``None``, while ``.write()``
|
``.read()`` and ``.readinto()`` return ``None``, while ``.write()``
|
||||||
returns 0. In order to put an object in object in non-blocking mode,
|
returns 0. In order to put an object in non-blocking mode,
|
||||||
the user must extract the fileno and do it by hand.
|
the user must extract the fileno and do it by hand.
|
||||||
|
|
||||||
At the Buffered I/O and Text I/O layers, if a read or write fails due
|
At the Buffered I/O and Text I/O layers, if a read or write fails due
|
||||||
|
|
Loading…
Reference in New Issue