]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/__init__.py
Make twitter-log work with py 3.2
[z_archive/twitter.git] / twitter / __init__.py
index 77bc02bdd0accd49687deb06828716c070302ec7..fdc8e3ab148bf1364adadbf013020d800b1197a2 100644 (file)
@@ -1,7 +1,12 @@
 """
 The minimalist yet fully featured Twitter API and Python toolset.
 
-For building your own applications, look at the `Twitter` class.
+The Twitter class is the key to building your own Twitter-enabled
+applications. Get help on it like this::
+
+    help(twitter.Twitter)
+
+
 """
 
 from .api import Twitter, TwitterError, TwitterHTTPError, TwitterResponse