Skip to content

Commit 9e86603

Browse files
committed
Fix typo
1 parent 5895715 commit 9e86603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Notes/07_Advanced_Topics/01_Variable_arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ numbers = (2,3,4)
9292
f(1, *numbers) # Same as f(1,2,3,4)
9393
```
9494

95-
Dictionaries can also be expaded into keyword arguments.
95+
Dictionaries can also be expanded into keyword arguments.
9696

9797
```python
9898
options = {

0 commit comments

Comments
 (0)