[Python-checkins] [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)

gvanrossum webhook-mailer at python.org
Tue Feb 9 12:57:54 EST 2021


https://github.com/python/cpython/commit/822f7c266f886677047338e8b167ba39a6abd91e
commit: 822f7c266f886677047338e8b167ba39a6abd91e
branch: 3.8
author: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2021-02-09T09:57:20-08:00
summary:

[3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 046f5e0f2d9eb..9d80a209060c8 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)
 



More information about the Python-checkins mailing list