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 7aaaded commit 8e937f8Copy full SHA for 8e937f8
1 file changed
βDoc/tutorial/classes.rstβ
@@ -120,7 +120,7 @@ are directly accessible:
120
If a name is declared global, then all references and assignments go directly to
121
the middle scope containing the module's global names. To rebind variables
122
found outside of the innermost scope, the :keyword:`nonlocal` statement can be
123
-used; if not declared nonlocal, those variable are read-only (an attempt to
+used; if not declared nonlocal, those variables are read-only (an attempt to
124
write to such a variable will simply create a *new* local variable in the
125
innermost scope, leaving the identically named outer variable unchanged).
126
0 commit comments