mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix typo in typing.rst (GH-22625)
This commit is contained in:
parent
22220ae216
commit
0ff8a3b374
1 changed files with 1 additions and 1 deletions
|
@ -1723,7 +1723,7 @@ Constant
|
||||||
|
|
||||||
If ``from __future__ import annotations`` is used in Python 3.7 or later,
|
If ``from __future__ import annotations`` is used in Python 3.7 or later,
|
||||||
annotations are not evaluated at function definition time.
|
annotations are not evaluated at function definition time.
|
||||||
Instead, the are stored as strings in ``__annotations__``,
|
Instead, they are stored as strings in ``__annotations__``,
|
||||||
This makes it unnecessary to use quotes around the annotation.
|
This makes it unnecessary to use quotes around the annotation.
|
||||||
(see :pep:`563`).
|
(see :pep:`563`).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue