Skip to content

Commit 6cc04af

Browse files
committed
fix docs
Signed-off-by: Manjusaka <[email protected]>
1 parent 05bc32a commit 6cc04af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/annotationlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Functions
422422
>>> get_annotations(add_10)
423423
{'b': <class 'int'>, 'c': <class 'int'>, 'return': <class 'int'>}
424424

425-
.. versionadded:: 3.15q
425+
.. versionadded:: 3.15
426426

427427
.. function:: type_repr(value)
428428

0 commit comments

Comments
 (0)