summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-05-26 18:18:02 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2018-05-26 18:18:02 (GMT)
commit2298c0e6a6eb93916625e73ffa8368b2a82786f7 (patch)
tree320d97dc339fbe609647dc215fcdc86f80b17479
parent6e33f810c9e3a549c9379f24cf1d1752c29195f0 (diff)
downloadcpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.zip
cpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.tar.gz
cpython-2298c0e6a6eb93916625e73ffa8368b2a82786f7.tar.bz2
Fix typo spotted by Guido (GH-7131)
-rw-r--r--Doc/glossary.rst2
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,