]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in typing.rst (GH-22625)
authorabdo <abd.nh25@gmail.com>
Sun, 11 Oct 2020 06:10:21 +0000 (09:10 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 06:10:21 +0000 (11:40 +0530)
Doc/library/typing.rst

index f4b2718cdc2f8ce2b72adffd2c1dcba7bea1a44d..6111603a995c58915fa7467cd0ca28e15cb4b91c 100644 (file)
@@ -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`).