asyncio: IncompleteReadError is a subclass of EOFError

This commit is contained in:
Victor Stinner 2014-01-27 12:18:49 +01:00
parent b7f19ff94b
commit 32970b8dec
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ IncompleteReadError
.. exception:: IncompleteReadError
Incomplete read error.
Incomplete read error, subclass of :exc:`EOFError`.
.. attribute:: expected