]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Missing comma
[z_archive/twitter.git] / twitter / twitter_globals.py
index 680ccfcfa61d3886316729e7e2dee677028c6ced..1dc39e9b05be748447738f73ec3bb4adc91d9496 100644 (file)
@@ -1,15 +1,14 @@
 '''
     This module is automatically generated using `update.py`
 
-    ..data::
-
-        `POST_ACTIONS`: Methods that require the use of POST
+    .. data:: POST_ACTIONS
+        List of twitter method names that require the use of POST
 '''
 
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 
+    'update', 'retweet',
 
     # Direct Message Methods
     'new',