Skip to content

Commit b3fc373

Browse files
committed
Nonlocal
1 parent 76ac9ab commit b3fc373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ from functools import partial
578578
```
579579

580580
### 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.**
581+
**If variable is assigned to anywhere in the scope, it is regarded as a local variable, unless it is declared as global or nonlocal.**
582582

583583
```python
584584
def get_counter():

0 commit comments

Comments
 (0)