Skip to content

Commit a5ffd27

Browse files
committed
gh-139817: Fix indentation of .. versionadded:: note for TypeAliasType.__qualname__
1 parent bcced02 commit a5ffd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ without the dedicated syntax, as documented below.
22792279
>>> Class.Alias.__qualname__
22802280
'Class.Alias'
22812281

2282-
.. versionadded:: 3.15
2282+
.. versionadded:: 3.15
22832283

22842284
.. attribute:: __module__
22852285

0 commit comments

Comments
 (0)