We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ace65 commit f34c685Copy full SHA for f34c685
Doc/reference/simple_stmts.rst
@@ -922,7 +922,7 @@ annotation.
922
builtin: eval
923
builtin: compile
924
925
-**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
926
applies only to code parsed at the same time as the :keyword:`global` statement.
927
In particular, a :keyword:`global` statement contained in a string or code
928
object supplied to the built-in :func:`exec` function does not affect the code
0 commit comments