https://github.com/python/cpython/commit/65d1a14d59a16b441963bad3ca4b4783d37afd1d
commit: 65d1a14d59a16b441963bad3ca4b4783d37afd1d
branch: main
author: Alex Waygood <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2025-10-15T20:18:39Z
summary:
gh-139817: typing docs: Fix indentation of `.. versionadded::` note for
`TypeAliasType.__qualname__` (#140177)
files:
M Doc/library/typing.rst
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 4265c587195b5c..41f22aa72cdfaf 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__
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]