Browse Source

Closure

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

2
README.md

@ -532,7 +532,7 @@ def get_multiplier(a):
#### Or: #### Or:
```python ```python
from functools import partial from functools import partial
<function> = partial(<function>, argument_1 [, argument_2, ...]) <function> = partial(<function>, <argument_1> [, <argument_2>, ...])
``` ```
```python ```python

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