We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f02ec commit 31d0f62Copy full SHA for 31d0f62
README.md
@@ -554,7 +554,7 @@ def get_multiplier(a):
554
```
555
556
* **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`'.**
+* **To dynamicaly acces functions first free variable use `'<function>.__closure__[0].cell_contents'`.**
558
559
#### Or:
560
```python
0 commit comments