We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b91eda commit 11205b8Copy full SHA for 11205b8
Doc/library/asyncio-exceptions.rst
@@ -65,11 +65,11 @@ Exceptions
65
66
.. exception:: IncompleteReadError
67
68
- The requested read operation did not complete fully.
+ The requested read operation did not complete fully.
69
70
- Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
+ Raised by the :ref:`asyncio stream APIs<asyncio-streams>`.
71
72
- This exception is a subclass of :exc:`EOFError`.
+ This exception is a subclass of :exc:`EOFError`.
73
74
.. attribute:: expected
75
0 commit comments