From c39f0f1ac29d8219a8d78a2e621156421169166f Mon Sep 17 00:00:00 2001 From: paupaulaz <33202324+paupaulaz@users.noreply.github.com> Date: Sun, 10 May 2020 11:50:28 +0200 Subject: [PATCH] Update 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 c084fde..90214ce 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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') -- 2.25.1