Skip to content

Commit 67f02ec

Browse files
committed
Closure
1 parent 658af1b commit 67f02ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ creature = Creature()
537537
Closure
538538
-------
539539
**We have a closure in Python when:**
540-
* **A nested function references a value of its enclosing function, and then**
540+
* **A nested function references a value of its enclosing function and then**
541541
* **the enclosing function returns the nested function.**
542542

543543
```python

0 commit comments

Comments
 (0)