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 e06b69b commit 12842f1Copy full SHA for 12842f1
README.md
@@ -566,7 +566,7 @@ def get_multiplier(a):
566
```
567
568
* **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'`.**
+* **To dynamically access function's first free variable use: `'<function>.__closure__[0].cell_contents'`.**
570
571
#### Or:
572
```python
0 commit comments