From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 10 Mar 2019 11:12:12 +0000 (-0700) Subject: Fix padding on asyncio.IncompleteReadError docs (GH-12258) X-Git-Tag: v3.7.3rc1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae2378af3e09cb17d8e0187c13a04f0874a48905;p=thirdparty%2FPython%2Fcpython.git Fix padding on asyncio.IncompleteReadError docs (GH-12258) (cherry picked from commit 11205b80309a01666eefee2301a244aa73a4c450) Co-authored-by: Andre Delfino --- diff --git a/Doc/library/asyncio-exceptions.rst b/Doc/library/asyncio-exceptions.rst index dbd5df720850..e49577a203e8 100644 --- a/Doc/library/asyncio-exceptions.rst +++ b/Doc/library/asyncio-exceptions.rst @@ -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`. + Raised by the :ref:`asyncio stream APIs`. - This exception is a subclass of :exc:`EOFError`. + This exception is a subclass of :exc:`EOFError`. .. attribute:: expected