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():