Skip to content

Commit

Permalink
Fix padding on asyncio.IncompleteReadError docs (pythonGH-12258)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino authored and miss-islington committed Mar 10, 2019
1 parent 8b91eda commit 11205b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/asyncio-exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11205b8

Please sign in to comment.