We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bb3fb commit 916bf00Copy full SHA for 916bf00
README.md
@@ -435,7 +435,7 @@ now.strftime('%Y%m%d%H%M%S') # '20180315002834'
435
436
Arguments
437
---------
438
-**"*" 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.**
439
440
```python
441
args = (1, 2)
0 commit comments