]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
- Documentation updates.
[z_archive/twitter.git] / twitter / twitter_globals.py
index 46e10055155f2498baf8aca1e5a65b11afe52560..44ec53a524f54bee0f20cbd700c019cc7f31ecfd 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 = [
+POST_ACTIONS = [
 
     # Status Methods
-    'update', 
+    'update', 'retweet'
 
     # Direct Message Methods
     'new',