Skip to content

Commit f34c685

Browse files
DimitrisJimorsenthil
authored andcommitted
Fix a trivial typo in global section (python#1497)
1 parent 55ace65 commit f34c685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/simple_stmts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ annotation.
922922
builtin: eval
923923
builtin: compile
924924

925-
**Programmer's note:** the :keyword:`global` is a directive to the parser. It
925+
**Programmer's note:** :keyword:`global` is a directive to the parser. It
926926
applies only to code parsed at the same time as the :keyword:`global` statement.
927927
In particular, a :keyword:`global` statement contained in a string or code
928928
object supplied to the built-in :func:`exec` function does not affect the code

0 commit comments

Comments
 (0)