exception throw fix

This commit is contained in:
David Halter
2012-05-07 22:48:40 +02:00
parent 57128bf17f
commit 62123ed764
2 changed files with 3 additions and 3 deletions

View File

@@ -113,8 +113,8 @@ def kwargs_func(**kwargs):
return kwargs
exe = kwargs_func(a=3,b=4)
#? []
exe.
#? ['items']
exe.items
# -----------------
# *args / ** kwargs