Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9941f96

Browse files
cocoatomoilevkivskyi
authored andcommitted
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.
1 parent a6de52c commit 9941f96

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
@@ -966,8 +966,8 @@ The module defines the following classes, functions and decorators:
966966

967967
def fetch_response() -> Response: ...
968968

969-
Note that returning instances of private classes is not recommended.
970-
It is usually preferable to make such classes public.
969+
Note that returning instances of private classes is not recommended.
970+
It is usually preferable to make such classes public.
971971

972972
.. data:: Any
973973

0 commit comments

Comments
 (0)