From 11205b80309a01666eefee2301a244aa73a4c450 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Sun, 10 Mar 2019 08:02:17 -0300 Subject: [PATCH] Fix padding on asyncio.IncompleteReadError docs (GH-12258) --- Doc/library/asyncio-exceptions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/asyncio-exceptions.rst b/Doc/library/asyncio-exceptions.rst index dbd5df72085..e49577a203e 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