Thanks to visit codestin.com Credit goes to github.com
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 80c4eb1 commit e06b69bCopy full SHA for e06b69b
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 dynamicaly acces functions first free variable use `'<function>.__closure__[0].cell_contents'`.**
+* **To dynamically access functions first free variable use: `'<function>.__closure__[0].cell_contents'`.**
570
571
#### Or:
572
```python
0 commit comments