Skip to content

Commit

Permalink
Fix typo in typing.rst (GH-22625)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Oct 11, 2020
1 parent 22220ae commit 0ff8a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Expand Up @@ -1723,7 +1723,7 @@ Constant

If ``from __future__ import annotations`` is used in Python 3.7 or later,
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.
(see :pep:`563`).

Expand Down

0 comments on commit 0ff8a3b

Please sign in to comment.