]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
authorAndre Delfino <adelfino@gmail.com>
Sun, 10 Mar 2019 11:02:17 +0000 (08:02 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Mar 2019 11:02:17 +0000 (04:02 -0700)
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