From fb8cefd82373c3767ca8a40f27ccd42840e94ce7 Mon Sep 17 00:00:00 2001 From: Remy D Date: Wed, 7 Dec 2011 14:24:23 -0500 Subject: [PATCH] PEP8 Edit: Removed Tab -> added 4 spaces --- core_examples/update_profile_image.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core_examples/update_profile_image.py b/core_examples/update_profile_image.py index 7f3b5ef..857140a 100644 --- a/core_examples/update_profile_image.py +++ b/core_examples/update_profile_image.py @@ -1,9 +1,9 @@ from twython import Twython """ - You'll need to go through the OAuth ritual to be able to successfully - use this function. See the example oauth django application included in - this package for more information. + You'll need to go through the OAuth ritual to be able to successfully + use this function. See the example oauth django application included in + this package for more information. """ twitter = Twython() twitter.updateProfileImage("myImage.png")