From 6931e9a064c647319e6de12968dd5bee718fc913 Mon Sep 17 00:00:00 2001 From: Stephen Cowley Date: Sat, 11 Apr 2020 17:28:05 -0600 Subject: [PATCH] Update getting_started.rst --- doc/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started.rst b/doc/getting_started.rst index 6dd64af6..b5044a18 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -52,6 +52,6 @@ At this point, you can test out your application using the keys under "Your Appl Note: Make sure to enclose your keys in quotes (ie, api = twitter.Api(consumer_key='1234567', ...) and so on) or you will receive a NameError. -If you are creating an application for end users/consumers, then you will want them to authorize you application, but that is outside the scope of this document. +If you are creating an application for end users/consumers, then you will want them to authorize your application, but that is outside the scope of this document. And that should be it! If you need a little more help, check out the `examples on Github `_. If you have an open source application using python-twitter, send us a link and we'll add a link to it here.