]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Add a NoAuth object
[z_archive/twitter.git] / twitter / twitter_globals.py
index 46e10055155f2498baf8aca1e5a65b11afe52560..44140f31db8a96e2c46023c69dfe06f7a8f3e00c 100644 (file)
@@ -1,12 +1,11 @@
 '''
     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',