From: Jeff Schnurr Date: Thu, 14 May 2015 01:56:02 +0000 (-0400) Subject: Correct spelling error in getting_started.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5091b3d473ca64cee56ab316fea0b48a30e77722;p=tweepy.git Correct spelling error in getting_started.rst --- diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 895679b..98dd498 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -52,7 +52,7 @@ the following code returns to us an User model:: # Get the User object for twitter... user = tweepy.api.get_user('twitter') -Models container the data and some helper methods which we can then +Models contain the data and some helper methods which we can then use:: print user.screen_name