From: Alex Waygood Date: Wed, 15 Oct 2025 20:18:39 +0000 (+0100) Subject: gh-139817: typing docs: Fix indentation of `.. versionadded::` note for `TypeAliasTyp... X-Git-Tag: v3.15.0a2~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d1a14d59a16b441963bad3ca4b4783d37afd1d;p=thirdparty%2FPython%2Fcpython.git gh-139817: typing docs: Fix indentation of `.. versionadded::` note for `TypeAliasType.__qualname__` (#140177) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 4265c587195b..41f22aa72cdf 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -2279,7 +2279,7 @@ without the dedicated syntax, as documented below. >>> Class.Alias.__qualname__ 'Class.Alias' - .. versionadded:: 3.15 + .. versionadded:: 3.15 .. attribute:: __module__