From 5091b3d473ca64cee56ab316fea0b48a30e77722 Mon Sep 17 00:00:00 2001 From: Jeff Schnurr Date: Wed, 13 May 2015 21:56:02 -0400 Subject: [PATCH] Correct spelling error in getting_started.rst --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1