]> jfr.im git - z_archive/twitter.git/blobdiff - utils/update.py
add retweet to this globals file even though its supposed to be generated
[z_archive/twitter.git] / utils / update.py
index 348e993313bb26d5af618b35cf8489839719d018..fbc5ea659cb3715cf2d48b91b4e7cf32c2302270 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 '''
-This is a development script, intended for office use only.
+This is a development script, intended for development use only.
 
 This script generates the POST_ACTIONS variable
 for placement in the twitter_globals.py
@@ -121,9 +121,8 @@ def main_with_options(options, files):
     print """'''
     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
 '''
 """
     print 'POST_ACTIONS = [\n'