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