Skip to content

Commit dfd72cf

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/annotationlib.rst

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)