From ea1430d8f89139bc1b3b5eff41f5f3966e50547b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Feb 2019 00:31:47 +0100 Subject: [PATCH] Nonlocal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b96d9..1ddb871 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ from functools import partial ``` ### Nonlocal -**If variable is assigned to anywhere in the scope, it is regarded as a local variable, unless it is declared as global or nonlocal.** +**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.** ```python def get_counter():