Skip to content

Commit 11205b8

Browse files
andresdelfinomiss-islington
authored andcommitted
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
1 parent 8b91eda commit 11205b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/asyncio-exceptions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Exceptions
6565

6666
.. exception:: IncompleteReadError
6767

68-
The requested read operation did not complete fully.
68+
The requested read operation did not complete fully.
6969

70-
Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
70+
Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
7171

72-
This exception is a subclass of :exc:`EOFError`.
72+
This exception is a subclass of :exc:`EOFError`.
7373

7474
.. attribute:: expected
7575

0 commit comments

Comments
 (0)