summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcocoatomo <cocoatomo77@gmail.com>2019-04-18 00:54:51 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2019-04-18 00:54:51 (GMT)
commit9941f963fe085261aec25545fa9f0cc35f750120 (patch)
tree3d979d2a6dfef462618ee2b0107d74c65a6ab32d
parenta6de52c74d831e45ee0ff105196da8a58b9e43cd (diff)
downloadcpython-9941f963fe085261aec25545fa9f0cc35f750120.zip
cpython-9941f963fe085261aec25545fa9f0cc35f750120.tar.gz
cpython-9941f963fe085261aec25545fa9f0cc35f750120.tar.bz2
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.
-rw-r--r--Doc/library/typing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index ed5f547..c2523ed 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -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