From 822f7c266f886677047338e8b167ba39a6abd91e Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:57:20 +0800 Subject: [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 046f5e0..9d80a20 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) -- cgit v0.12