From b56e70e3e7fe7cdbe824b1ecffa396569b45d779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 16:08:06 +0100 Subject: [PATCH] Closure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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