Browse Source

Fix typo in typing.rst (GH-22625)

pull/22645/head
abdo 6 years ago
committed by GitHub
parent
commit
0ff8a3b374
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/typing.rst

2
Doc/library/typing.rst

@ -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`).

Loading…
Cancel
Save