From 1dbf62a6f7704b7b86a901506c4dbcbcb1f8aaaa Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Thu, 18 Apr 2019 09:25:34 +0900 Subject: [PATCH] Fix wrong indentation This paragraph doesn't seem to be a part of code, but merged into previous code block. --- Doc/library/typing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index ed5f547e3ce371..c2523ed5296003 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -966,8 +966,8 @@ The module defines the following classes, functions and decorators: def fetch_response() -> Response: ... - Note that returning instances of private classes is not recommended. - It is usually preferable to make such classes public. + Note that returning instances of private classes is not recommended. + It is usually preferable to make such classes public. .. data:: Any