Skip to content

Commit

Permalink
Merge pull request #610 from jschnurr/patch-1
Browse files Browse the repository at this point in the history
Correct spelling error in getting_started.rst
  • Loading branch information
joshthecoder committed May 15, 2015
2 parents bbfca4c + 5091b3d commit b41b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41b510

Please sign in to comment.