Skip to content

Commit ea1430d

Browse files
committed
Nonlocal
1 parent 9482455 commit ea1430d

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
@@ -575,7 +575,7 @@ from functools import partial
575575
```
576576

577577
### 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.**
578+
**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.**
579579

580580
```python
581581
def get_counter():

0 commit comments

Comments
 (0)