We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a6fad commit bfbad0cCopy full SHA for bfbad0c
Doc/tutorial/classes.rst
@@ -124,7 +124,7 @@ directly accessible:
124
* the outermost scope (searched last) is the namespace containing built-in names
125
126
If a name is declared global, then all references and assignments go directly to
127
-the middle scope containing the module's global names. To rebind variables
+the next-to-last scope containing the module's global names. To rebind variables
128
found outside of the innermost scope, the :keyword:`nonlocal` statement can be
129
used; if not declared nonlocal, those variables are read-only (an attempt to
130
write to such a variable will simply create a *new* local variable in the
0 commit comments