Browse Source

Closure

pull/9/head
Jure Šorn 6 years ago
parent
commit
bd1c178fe1
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:
```python
from functools import partial
<function> = partial(<function>, <arg_1> [, <arg_2>, ...])
<function> = partial(<function>, argument_1 [, argument_2, ...])
```
```python

Loading…
Cancel
Save