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