mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
This commit is contained in:
parent
8b91edadc0
commit
11205b8030
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue