diff --git a/README.md b/README.md index 8c46ddb..19956d8 100644 --- a/README.md +++ b/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