Browse Source

Date

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

2
README.md

@ -326,7 +326,7 @@ Arguments
---------
**"*" 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)
args = (1, 2)
kwargs = {'x': 3, 'y': 4, 'z': 5}
func(*args, **kwargs)
```

Loading…
Cancel
Save