]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix wrong indentation of a paragraph in documentation (GH-12868)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Apr 2019 01:00:37 +0000 (18:00 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2019 01:00:37 +0000 (18:00 -0700)
This paragraph doesn't seem to be a part of code, but merged into previous code block.
(cherry picked from commit 9941f963fe085261aec25545fa9f0cc35f750120)

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
Doc/library/typing.rst

index 9f6757c2864cbd1229d7dca01ffe577d65670322..21258a58d0aa0c71e3e210e9e3fe515e35222385 100644 (file)
@@ -956,8 +956,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