]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/oauth.py
Add better formatting to status output.
[z_archive/twitter.git] / twitter / oauth.py
index 6adf900adc11d7d79c587fff1888c25d470b497a..9d9251937445555c3e755b1af0125b687de18980 100644 (file)
@@ -33,7 +33,7 @@ code it all goes like this::
         oauth_token, oauth_token_secret, CONSUMER_KEY, CONSUMER_SECRET))
 
     # Now work with Twitter
-    twitter.statuses.update('Hello, world!')
+    twitter.statuses.update(status='Hello, world!')
 
 """