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)