Skip to content

Commit 7746a58

Browse files
Update Doc/reference/simple_stmts.rst
Co-authored-by: Brian Schubert <[email protected]>
1 parent 72f0c74 commit 7746a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ as globals. It would be impossible to assign to a global variable without
972972
declared global.
973973

974974
The :keyword:`!global` statement applies to the entire current scope
975-
(module, function body or class class definition).
975+
(module, function body or class definition).
976976
A :exc:`SyntaxError` is raised if a variable is used or
977977
assigned to prior to its global declaration in the scope.
978978

0 commit comments

Comments
 (0)