diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-05-26 18:18:02 (GMT) |
---|---|---|
committer | Ivan Levkivskyi <levkivskyi@gmail.com> | 2018-05-26 18:18:02 (GMT) |
commit | 2298c0e6a6eb93916625e73ffa8368b2a82786f7 (patch) | |
tree | 320d97dc339fbe609647dc215fcdc86f80b17479 | |
parent | 6e33f810c9e3a549c9379f24cf1d1752c29195f0 (diff) | |
download | cpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.zip cpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.tar.gz cpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.tar.bz2 |
Fix typo spotted by Guido (GH-7131)
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index bf98934..1d68e49 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, |