Skip to content

Commit 69b500c

Browse files
committed
Closure
1 parent bd1c178 commit 69b500c

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>, argument_1 [, argument_2, ...])
535+
<function> = partial(<function>, <argument_1> [, <argument_2>, ...])
536536
```
537537

538538
```python

0 commit comments

Comments
 (0)