Skip to content

Commit ae2378a

Browse files
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
(cherry picked from commit 11205b8) Co-authored-by: Andre Delfino <adelfino@gmail.com>
1 parent e4be205 commit ae2378a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)