From f1c70cf9e850b58a5b676e469dfc0c01e3f6778a Mon Sep 17 00:00:00 2001 From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 11 Oct 2020 01:06:48 -0700 Subject: Fix typo in typing.rst (GH-22625) (cherry picked from commit 0ff8a3b374286d2218fc18f47556a5ace202dad3) Co-authored-by: abdo --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 3900e49..108d2ee 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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`). -- cgit v0.12