mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
asyncio: IncompleteReadError is a subclass of EOFError
This commit is contained in:
parent
b7f19ff94b
commit
32970b8dec
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ IncompleteReadError
|
||||||
|
|
||||||
.. exception:: IncompleteReadError
|
.. exception:: IncompleteReadError
|
||||||
|
|
||||||
Incomplete read error.
|
Incomplete read error, subclass of :exc:`EOFError`.
|
||||||
|
|
||||||
.. attribute:: expected
|
.. attribute:: expected
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue