Skip to content

Commit 21c8caa

Browse files
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 9941f96) Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
1 parent 0d4f16d commit 21c8caa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,8 @@ The module defines the following classes, functions and decorators:
956956

957957
def fetch_response() -> Response: ...
958958

959-
Note that returning instances of private classes is not recommended.
960-
It is usually preferable to make such classes public.
959+
Note that returning instances of private classes is not recommended.
960+
It is usually preferable to make such classes public.
961961

962962
.. data:: Any
963963

0 commit comments

Comments
 (0)