Fix README.rst

[ci skip]
This commit is contained in:
Mike Helmick 2013-05-21 22:48:34 -04:00
parent 52609334bd
commit b99db3c90c

View file

@ -153,6 +153,7 @@ and
Posting a Status with an Image Posting a Status with an Image
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: ::
from twython import Twython from twython import Twython
t = Twython(app_key, app_secret, 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)* Posting a Status with an Editing Image *(This example resizes an image)*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: ::
from twython import Twython from twython import Twython
t = Twython(app_key, app_secret, t = Twython(app_key, app_secret,