Skip to content

Commit 916bf00

Browse files
committed
Small titles
1 parent e7bb3fb commit 916bf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ now.strftime('%Y%m%d%H%M%S') # '20180315002834'
435435

436436
Arguments
437437
---------
438-
**"*" is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.**
438+
**`'*'` is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.**
439439

440440
```python
441441
args = (1, 2)

0 commit comments

Comments
 (0)