From 540801ee476dcc2b5a020721bf12ccb3a7ccf0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 19:47:00 +0100 Subject: [PATCH] Random --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}