diff options
-rw-r--r-- | Doc/library/asyncio-stream.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index cffb79be1c..22733c1adb 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 |