Add missing comma in documentation code snippet
This commit is contained in:
parent
54647cf0a9
commit
14e9349f48
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Create a Twython instance with your application keys and the users OAuth tokens
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from twython import Twython
|
from twython import Twython
|
||||||
twitter = Twython(APP_KEY, APP_SECRET
|
twitter = Twython(APP_KEY, APP_SECRET,
|
||||||
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
||||||
|
|
||||||
User Information
|
User Information
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue