Skip to content

Commit f87dbfe

Browse files
committed
Partial
1 parent d19dcb7 commit f87dbfe

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
@@ -649,7 +649,7 @@ def get_multiplier(a):
649649
### Partial
650650
```python
651651
from functools import partial
652-
<function> = partial(<function> [, <argument_1>, <argument_2>, ...])
652+
<function> = partial(<function> [, <arg_1>, <arg_2>, ...])
653653
```
654654

655655
```python

0 commit comments

Comments
 (0)