Fix wrong indentation of a paragraph in documentation (GH-12868)

This paragraph doesn't seem to be a part of code, but merged into previous code block.
(cherry picked from commit 9941f963fe)

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-04-17 18:00:37 -07:00 committed by GitHub
parent 0d4f16d283
commit 21c8caa16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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