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 72f0c74 commit 7746a58Copy full SHA for 7746a58
Doc/reference/simple_stmts.rst
@@ -972,7 +972,7 @@ as globals. It would be impossible to assign to a global variable without
972
declared global.
973
974
The :keyword:`!global` statement applies to the entire current scope
975
-(module, function body or class class definition).
+(module, function body or class definition).
976
A :exc:`SyntaxError` is raised if a variable is used or
977
assigned to prior to its global declaration in the scope.
978
0 commit comments