Skip to content

Commit 31d0f62

Browse files
committed
Closure
1 parent 67f02ec commit 31d0f62

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
@@ -554,7 +554,7 @@ def get_multiplier(a):
554554
```
555555

556556
* **If multiple nested functions within enclosing function reference the same value, that value gets shared.**
557-
* **To dynamicaly acces functions first free variable use `'<function>.__closure__[0].cell_contents`'.**
557+
* **To dynamicaly acces functions first free variable use `'<function>.__closure__[0].cell_contents'`.**
558558

559559
#### Or:
560560
```python

0 commit comments

Comments
 (0)