From 65d1a14d59a16b441963bad3ca4b4783d37afd1d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 15 Oct 2025 21:18:39 +0100 Subject: [PATCH] gh-139817: typing docs: Fix indentation of `.. versionadded::` note for `TypeAliasType.__qualname__` (#140177) --- 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 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__ -- 2.47.3