From 9c94da40317c1803a271eeacc8e30c3dce53b31d Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 16 Oct 2010 23:40:24 -0400 Subject: [PATCH] Fix one final piece --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8357239..6eb928f 100644 --- a/README.markdown +++ b/README.markdown @@ -45,7 +45,11 @@ Example Use twitter = Twython() results = twitter.searchTwitter(q="bert") - + + # More function definitions can be found by reading over twython/twitter_endpoints.py, as well + # as skimming the source file. Both are kept human-readable, and are pretty well documented or + # very self documenting. + A note about the development of Twython (specifically, 1.3) ---------------------------------------------------------------------------------------------------- As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored