Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12a8a8a

Browse files
committed
Merge from 3.5
2 parents f9de406 + 8e937f8 commit 12a8a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ are directly accessible:
120120
If a name is declared global, then all references and assignments go directly to
121121
the middle scope containing the module's global names. To rebind variables
122122
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
123+
used; if not declared nonlocal, those variables are read-only (an attempt to
124124
write to such a variable will simply create a *new* local variable in the
125125
innermost scope, leaving the identically named outer variable unchanged).
126126

0 commit comments

Comments
 (0)