From 2298c0e6a6eb93916625e73ffa8368b2a82786f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Delfino?= Date: Sat, 26 May 2018 15:18:02 -0300 Subject: [PATCH] Fix typo spotted by Guido (GH-7131) --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index bf98934ac6..1d68e499b5 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -44,7 +44,7 @@ Glossary attribute or a function parameter or return value, used by convention as a :term:`type hint`. - Annotations of local variables cannot be accesed at runtime, but + Annotations of local variables cannot be accessed at runtime, but annotations of global variables, class attributes, and functions are stored in the :attr:`__annotations__` special attribute of modules, classes, and functions, -- 2.40.0