From b99db3c90c4338c84f1d27d15d83c2784216fda1 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 21 May 2013 22:48:34 -0400 Subject: [PATCH] Fix README.rst [ci skip] --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 1fcb202..2779095 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,7 @@ and Posting a Status with an Image ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + from twython import Twython t = Twython(app_key, app_secret, @@ -170,6 +171,7 @@ Posting a Status with an Image Posting a Status with an Editing Image *(This example resizes an image)* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + from twython import Twython t = Twython(app_key, app_secret,