[Python-checkins] Fix typo in typing.rst (GH-22625)

Miss Skeleton (bot) webhook-mailer at python.org
Sun Oct 11 04:06:52 EDT 2020


https://github.com/python/cpython/commit/f1c70cf9e850b58a5b676e469dfc0c01e3f6778a
commit: f1c70cf9e850b58a5b676e469dfc0c01e3f6778a
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-11T01:06:48-07:00
summary:

Fix typo in typing.rst (GH-22625)

(cherry picked from commit 0ff8a3b374286d2218fc18f47556a5ace202dad3)

Co-authored-by: abdo <abd.nh25 at gmail.com>

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 3900e49679a38..108d2eeeaf41f 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`).
 



More information about the Python-checkins mailing list