Commit 11205b80 authored by Andre Delfino's avatar Andre Delfino Committed by Miss Islington (bot)

Fix padding on asyncio.IncompleteReadError docs (GH-12258)

parent 8b91edad
......@@ -65,11 +65,11 @@ Exceptions
.. exception:: IncompleteReadError
The requested read operation did not complete fully.
The requested read operation did not complete fully.
Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
This exception is a subclass of :exc:`EOFError`.
This exception is a subclass of :exc:`EOFError`.
.. attribute:: expected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment