[Python-checkins] Fix typo spotted by Guido (GH-7131)

Ivan Levkivskyi webhook-mailer at python.org
Sat May 26 14:18:05 EDT 2018


https://github.com/python/cpython/commit/2298c0e6a6eb93916625e73ffa8368b2a82786f7
commit: 2298c0e6a6eb93916625e73ffa8368b2a82786f7
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Ivan Levkivskyi <levkivskyi at gmail.com>
date: 2018-05-26T11:18:02-07:00
summary:

Fix typo spotted by Guido (GH-7131)

files:
M Doc/glossary.rst

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,



More information about the Python-checkins mailing list