Browse Source

Typo

pull/27/head
Jure Šorn 6 years ago
parent
commit
e06b69bc05
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -566,7 +566,7 @@ def get_multiplier(a):
``` ```
* **If multiple nested functions within enclosing function reference the same value, that value gets shared.** * **If multiple nested functions within enclosing function reference the same value, that value gets shared.**
* **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'`.**
#### Or: #### Or:
```python ```python

|||||||
100:0
Loading…
Cancel
Save