Skip to content

Commit 65d1a14

Browse files
authored
gh-139817: typing docs: Fix indentation of .. versionadded:: note for TypeAliasType.__qualname__ (#140177)
1 parent bcced02 commit 65d1a14

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)