Skip to content

Commit

Permalink
Merge pull request #657 from Scowley4/master
Browse files Browse the repository at this point in the history
Typo in docs: getting_started.rst
  • Loading branch information
bear committed May 12, 2020
2 parents a1fe9c8 + 6931e9a commit acd9472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/bear/python-twitter/tree/master/examples>`_. If you have an open source application using python-twitter, send us a link and we'll add a link to it here.

0 comments on commit acd9472

Please sign in to comment.