Skip to content

Commit 05bc32a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/annotationlib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ Functions
326326

327327
.. versionadded:: 3.14
328328

329-
.. function:: get_annotations(obj, *, globals=None, locals=None, eval_str=False, format=Format.VALUE)
330-
329+
`.. function:: get_annotations(obj, *, globals=None, locals=None, eval_str=False, format=Format.VALUE)
330+
`
331331
Compute the annotations dict for an object.
332332

333333
*obj* may be a callable, class, module, or other object with
@@ -422,7 +422,7 @@ Functions
422422
>>> get_annotations(add_10)
423423
{'b': <class 'int'>, 'c': <class 'int'>, 'return': <class 'int'>}
424424

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

427427
.. function:: type_repr(value)
428428

0 commit comments

Comments
 (0)