Skip to content

Commit bd1c178

Browse files
committed
Closure
1 parent 0eeab6d commit bd1c178

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
@@ -532,7 +532,7 @@ def get_multiplier(a):
532532
#### Or:
533533
```python
534534
from functools import partial
535-
<function> = partial(<function>, <arg_1> [, <arg_2>, ...])
535+
<function> = partial(<function>, argument_1 [, argument_2, ...])
536536
```
537537

538538
```python

0 commit comments

Comments
 (0)