Fix a typo

This commit is contained in:
Brett Cannon 2013-08-13 17:04:22 -04:00
parent c7790e3123
commit 0cf17512f7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Arbitrarily positioned unpacking operators::
>>> print(*[1], *[2], 3)
1 2 3
>>> dict(**{'x': 1}, y=3, **{'z': 2})
>>> dict(**{'x': 1}, y=2, **{'z': 3})
{'x': 1, 'y': 2, 'z': 3}
Function calls currently have the restriction that keyword arguments