mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Fix typo spotted by Guido (GH-7131)
This commit is contained in:
parent
6e33f810c9
commit
2298c0e6a6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Glossary
|
||||||
attribute or a function parameter or return value,
|
attribute or a function parameter or return value,
|
||||||
used by convention as a :term:`type hint`.
|
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
|
annotations of global variables, class attributes, and functions
|
||||||
are stored in the :attr:`__annotations__`
|
are stored in the :attr:`__annotations__`
|
||||||
special attribute of modules, classes, and functions,
|
special attribute of modules, classes, and functions,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue