Fix padding on asyncio.IncompleteReadError docs (GH-12258)
(cherry picked from commit 11205b80309a01666eefee2301a244aa73a4c450)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
diff --git a/Doc/library/asyncio-exceptions.rst b/Doc/library/asyncio-exceptions.rst
index dbd5df7..e49577a 100644
--- a/Doc/library/asyncio-exceptions.rst
+++ b/Doc/library/asyncio-exceptions.rst
@@ -65,11 +65,11 @@
.. 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