Skip to content

Commit b56e70e

Browse files
committed
Closure
1 parent d3753e6 commit b56e70e

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
@@ -577,7 +577,7 @@ from functools import partial
577577
30
578578
```
579579

580-
### Nonlocal
580+
### Nonlocal Variables
581581
**If variable is assigned to anywhere in the scope, it is regarded as local variable, unless it is declared as global or nonlocal.**
582582

583583
```python

0 commit comments

Comments
 (0)