Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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