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.
2 parents f9de406 + 8e937f8 commit 12a8a8aCopy full SHA for 12a8a8a
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