From 916bf00e2dbd90a03c03a7c10aed105ce6592c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 03:37:36 +0100 Subject: [PATCH] Small titles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c91de6..a52ebb9 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,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)