]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-139817: typing docs: Fix indentation of `.. versionadded::` note for `TypeAliasTyp...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 15 Oct 2025 20:18:39 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 20:18:39 +0000 (20:18 +0000)
Doc/library/typing.rst

index 4265c587195b5c648166fc4c4505b9532279e986..41f22aa72cdfaf03d86b1917c0beaa072562ab11 100644 (file)
@@ -2279,7 +2279,7 @@ without the dedicated syntax, as documented below.
         >>> Class.Alias.__qualname__
         'Class.Alias'
 
-   .. versionadded:: 3.15
+      .. versionadded:: 3.15
 
    .. attribute:: __module__