X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/93cee578d154e858212e2b0042374dbad3297831..6dd7e3015b81d0211a043c9b66c844df52dd587b:/twitter/__init__.py diff --git a/twitter/__init__.py b/twitter/__init__.py index ec19917..151f346 100644 --- a/twitter/__init__.py +++ b/twitter/__init__.py @@ -19,27 +19,27 @@ from .oauth_dance import oauth_dance __doc__ += """ The Twitter class -================= +----------------- """ __doc__ += dedent(Twitter.__doc__) __doc__ += """ The TwitterStream class -======================= +----------------------- """ __doc__ += dedent(TwitterStream.__doc__) __doc__ += """ Twitter Response Objects -======================== +------------------------ """ __doc__ += dedent(TwitterResponse.__doc__) __doc__ += """ Authentication -============== +-------------- You can authenticate with Twitter in three ways: NoAuth, OAuth, or UserPassAuth. Get help() on these classes to learn how to use them. @@ -48,7 +48,7 @@ OAuth is probably the most useful. Working with OAuth -================== +------------------ """ __doc__ += dedent(oauth_doc)