Skip to content

Commit d75a51b

Browse files
fix typo in typing.rst (#30841)
1 parent d1beb24 commit d75a51b

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
@@ -2142,7 +2142,7 @@ Constant
21422142

21432143
If ``from __future__ import annotations`` is used in Python 3.7 or later,
21442144
annotations are not evaluated at function definition time.
2145-
Instead, they are stored as strings in ``__annotations__``,
2145+
Instead, they are stored as strings in ``__annotations__``.
21462146
This makes it unnecessary to use quotes around the annotation.
21472147
(see :pep:`563`).
21482148

0 commit comments

Comments
 (0)