From 32970b8decc1bb96058898c6cef5a98b21bcf60b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 27 Jan 2014 12:18:49 +0100 Subject: [PATCH] asyncio: IncompleteReadError is a subclass of EOFError --- Doc/library/asyncio-stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index cffb79be1cc..22733c1adbf 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -216,7 +216,7 @@ IncompleteReadError .. exception:: IncompleteReadError - Incomplete read error. + Incomplete read error, subclass of :exc:`EOFError`. .. attribute:: expected