Browse Source

Partial

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

2
README.md

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

Loading…
Cancel
Save