diff --git a/README.md b/README.md index 6ce52e1..8187e48 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,7 @@ creature = Creature() Closure ------- **We have a closure in Python when:** -* **A nested function references a value of its enclosing function, and then** +* **A nested function references a value of its enclosing function and then** * **the enclosing function returns the nested function.** ```python