in get method we use *kwargs, that's why we need to provide named arguments to the function

This commit is contained in:
Eugen Pyvovarov 2010-11-10 07:33:10 -08:00
parent 0407742fd8
commit a13539884d

View file

@ -10,4 +10,4 @@ twitter = Twython()
# OAuth ritual...
twitter.updateStatus("See how easy this was?")
twitter.updateStatus(status = "See how easy this was?")