Skip to content

Commit 9482455

Browse files
committed
Closure
1 parent 95fc38e commit 9482455

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
@@ -543,7 +543,7 @@ creature = Creature()
543543
Closure
544544
-------
545545
**We have a closure in Python when:**
546-
* **A nested function references a value of its enclosing function and then**
546+
* **Nested function references a value of its enclosing function and then**
547547
* **the enclosing function returns the nested function.**
548548

549549
```python

0 commit comments

Comments
 (0)