aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-02-10 01:57:20 +0800
committerGitHub <noreply@github.com>2021-02-09 09:57:20 -0800
commit822f7c266f886677047338e8b167ba39a6abd91e (patch)
treeb3c7ea70184d2cc2665d2f4e457bd99d73b9051c
parent[3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494) (diff)
downloadcpython-822f7c266f886677047338e8b167ba39a6abd91e.tar.gz
cpython-822f7c266f886677047338e8b167ba39a6abd91e.tar.bz2
cpython-822f7c266f886677047338e8b167ba39a6abd91e.zip
[3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)
-rw-r--r--Doc/library/typing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 046f5e0f2d9..9d80a209060 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -1020,7 +1020,7 @@ The module defines the following classes, functions and decorators:
``List[ForwardRef("SomeClass")]``. This class should not be instantiated by
a user, but may be used by introspection tools.
- .. versionadded:: 3.7.4
+ .. versionadded:: 3.7.4
.. function:: NewType(name, tp)