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 76ac9ab commit b3fc373Copy full SHA for b3fc373
README.md
@@ -578,7 +578,7 @@ from functools import partial
578
```
579
580
### Nonlocal
581
-**If variable is assigned to anywhere in the scope, it is regarded as local variable, unless it is declared as global or nonlocal.**
+**If variable is assigned to anywhere in the scope, it is regarded as a local variable, unless it is declared as global or nonlocal.**
582
583
```python
584
def get_counter():
0 commit comments