Update getting_started.rst
authorpaupaulaz <33202324+paupaulaz@users.noreply.github.com>
Sun, 10 May 2020 09:50:28 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 09:50:28 +0000 (11:50 +0200)
docs/getting_started.rst

index c084fdefe5fbb1bc2fbe3173cd65a6f39fa45e86..90214ce40ec4a526e2055b2cef5b654efffe2557 100644 (file)
@@ -47,7 +47,7 @@ Models
 When we invoke an API method most of the time returned back to us will
 be a Tweepy model class instance. This will contain the data returned
 from Twitter which we can then use inside our application. For example
-the following code returns to us an User model::
+the following code returns to us a User model::
 
    # Get the User object for twitter...
    user = api.get_user('twitter')