From: Andrés Delfino Date: Sat, 26 May 2018 18:18:02 +0000 (-0300) Subject: Fix typo spotted by Guido (GH-7131) X-Git-Tag: v3.8.0a1~1758 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2298c0e6a6eb93916625e73ffa8368b2a82786f7;p=thirdparty%2FPython%2Fcpython.git Fix typo spotted by Guido (GH-7131) --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index bf98934ac66c..1d68e499b528 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,