Browse Source

Small titles

pull/10/head
Jure Šorn 6 years ago
parent
commit
916bf00e2d
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -435,7 +435,7 @@ now.strftime('%Y%m%d%H%M%S') # '20180315002834'
Arguments 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 ```python
args = (1, 2) args = (1, 2)

Loading…
Cancel
Save