]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in typing.rst (GH-22625)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Oct 2020 08:06:48 +0000 (01:06 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 08:06:48 +0000 (01:06 -0700)
(cherry picked from commit 0ff8a3b374286d2218fc18f47556a5ace202dad3)

Co-authored-by: abdo <abd.nh25@gmail.com>
Doc/library/typing.rst

index 3900e49679a3847d2e94c27362ab920a760c3d54..108d2eeeaf41f648cbd89e92184e34f7b873e27f 100644 (file)
@@ -1691,7 +1691,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`).