From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:57:20 +0000 (+0800) Subject: [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) X-Git-Tag: v3.8.8rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822f7c266f886677047338e8b167ba39a6abd91e;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 046f5e0f2d9e..9d80a209060c 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)