From: paupaulaz <33202324+paupaulaz@users.noreply.github.com> Date: Sun, 10 May 2020 09:50:28 +0000 (+0200) Subject: Update getting_started.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c39f0f1ac29d8219a8d78a2e621156421169166f;p=tweepy.git Update getting_started.rst --- 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')