Skip to content

Commit 12842f1

Browse files
committed
Typo
1 parent e06b69b commit 12842f1

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
@@ -566,7 +566,7 @@ def get_multiplier(a):
566566
```
567567

568568
* **If multiple nested functions within enclosing function reference the same value, that value gets shared.**
569-
* **To dynamically access functions first free variable use: `'<function>.__closure__[0].cell_contents'`.**
569+
* **To dynamically access function's first free variable use: `'<function>.__closure__[0].cell_contents'`.**
570570

571571
#### Or:
572572
```python

0 commit comments

Comments
 (0)