X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/612ececa169854a26ee03df511f078c10a6a3bdf..6af9fa5fb1f61fd4a2f65caf5cc10946f5f278c8:/twitter/twitter_globals.py?ds=sidebyside diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index 680ccfc..44ec53a 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -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',