Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e06b69b

Browse files
committed
Typo
1 parent 80c4eb1 commit e06b69b

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
@@ -566,7 +566,7 @@ def get_multiplier(a):
566566
```
567567

568568
* **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'`.**
569+
* **To dynamically access functions first free variable use: `'<function>.__closure__[0].cell_contents'`.**
570570

571571
#### Or:
572572
```python

0 commit comments

Comments
 (0)