]> granicus.if.org Git - python/commitdiff
asyncio: IncompleteReadError is a subclass of EOFError
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 27 Jan 2014 11:18:49 +0000 (12:18 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 27 Jan 2014 11:18:49 +0000 (12:18 +0100)
Doc/library/asyncio-stream.rst

index cffb79be1cc95c61111bed280114a979ec92f428..22733c1adbf1dc9de1d23e8b13eae354a45f6a54 100644 (file)
@@ -216,7 +216,7 @@ IncompleteReadError
 
 .. exception:: IncompleteReadError
 
-    Incomplete read error.
+    Incomplete read error, subclass of :exc:`EOFError`.
 
    .. attribute:: expected