Skip to content

Commit

Permalink
Fix a trivial typo in global section (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored and orsenthil committed May 8, 2017
1 parent 55ace65 commit f34c685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/simple_stmts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f34c685

Please sign in to comment.