gh-139817: typing docs: Fix indentation of .. versionadded:: note for TypeAliasType.__qualname__ (#140177)

This commit is contained in:
Alex Waygood 2025-10-15 21:18:39 +01:00 committed by GitHub
parent bcced02604
commit 65d1a14d59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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__