]> granicus.if.org Git - python/commitdiff
Fix wrong indentation of a paragraph in documentation (GH-12868)
authorcocoatomo <cocoatomo77@gmail.com>
Thu, 18 Apr 2019 00:54:51 +0000 (09:54 +0900)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Thu, 18 Apr 2019 00:54:51 +0000 (01:54 +0100)
This paragraph doesn't seem to be a part of code, but merged into previous code block.

Doc/library/typing.rst

index ed5f547e3ce371e9f47497036f05bdb87a073306..c2523ed52960030c41c3076d04e35018b68ef75b 100644 (file)
@@ -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