]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Mar 2019 11:12:12 +0000 (04:12 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2019 11:12:12 +0000 (04:12 -0700)
(cherry picked from commit 11205b80309a01666eefee2301a244aa73a4c450)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/library/asyncio-exceptions.rst

index dbd5df720850bdba1c2b7a73b7cf0cb806e380be..e49577a203e8fb360952b9694b35010aec11f2ff 100644 (file)
@@ -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