diff --git a/README.md b/README.md index c4fe840..187ad0d 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ now.strftime('%Y%m%d%H%M%S') # '20180315002834' Arguments --------- -**"*" is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call:** +**"*" is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.** ```python args = (1, 2) kwargs = {'x': 3, 'y': 4, 'z': 5}