]> granicus.if.org Git - python/commitdiff
Fix typo spotted by Guido (GH-7131)
authorAndrés Delfino <adelfino@gmail.com>
Sat, 26 May 2018 18:18:02 +0000 (15:18 -0300)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Sat, 26 May 2018 18:18:02 +0000 (11:18 -0700)
Doc/glossary.rst

index bf98934ac66c99ff731888f225d4f47b2ac73874..1d68e499b5280f8114936858da68174c7d46fe69 100644 (file)
@@ -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,