Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b257b commit e49c5e9Copy full SHA for e49c5e9
1 file changed
Doc/reference/simple_stmts.rst
@@ -940,7 +940,7 @@ annotation.
940
builtin: eval
941
builtin: compile
942
943
-**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
944
applies only to code parsed at the same time as the :keyword:`global` statement.
945
In particular, a :keyword:`global` statement contained in a string or code
946
object supplied to the built-in :func:`exec` function does not affect the code
0 commit comments