Correct spelling error in getting_started.rst
authorJeff Schnurr <jschnurr@gmail.com>
Thu, 14 May 2015 01:56:02 +0000 (21:56 -0400)
committerJeff Schnurr <jschnurr@gmail.com>
Thu, 14 May 2015 01:56:02 +0000 (21:56 -0400)
docs/getting_started.rst

index 895679b343ade427f4780c711e3467d90aa6d39b..98dd498b012e6a556c83cf463b57f43788965b1a 100644 (file)
@@ -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