mirror of
https://github.com/python/cpython.git
synced 2026-04-22 11:50:50 +00:00
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:
parent
0d4f16d283
commit
21c8caa16a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue