mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix a trivial typo in global section (#1497)
This commit is contained in:
parent
55ace65eba
commit
f34c685020
1 changed files with 1 additions and 1 deletions
|
|
@ -922,7 +922,7 @@ annotation.
|
|||
builtin: eval
|
||||
builtin: compile
|
||||
|
||||
**Programmer's note:** the :keyword:`global` is a directive to the parser. It
|
||||
**Programmer's note:** :keyword:`global` is a directive to the parser. It
|
||||
applies only to code parsed at the same time as the :keyword:`global` statement.
|
||||
In particular, a :keyword:`global` statement contained in a string or code
|
||||
object supplied to the built-in :func:`exec` function does not affect the code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue