[Trivial] Added missing comma.
This commit is contained in:
parent
28b6d68b3b
commit
6f77addef8
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,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)
|
||||||
|
|
||||||
Authenticated Users Home Timeline
|
Authenticated Users Home Timeline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue