diff --git a/README.md b/README.md index 689b2ab..975f200 100644 --- a/README.md +++ b/README.md @@ -649,7 +649,7 @@ def get_multiplier(a): ### Partial ```python from functools import partial - = partial( [, , , ...]) + = partial( [, , , ...]) ``` ```python