Browse Source

Closure

pull/10/head
Jure Šorn 6 years ago
parent
commit
b56e70e3e7
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -577,7 +577,7 @@ from functools import partial
30
```
### Nonlocal
### Nonlocal Variables
**If variable is assigned to anywhere in the scope, it is regarded as local variable, unless it is declared as global or nonlocal.**
```python

Loading…
Cancel
Save