Properly instantiating an instance of twython.core in the README example
This commit is contained in:
parent
c40b6a6ebe
commit
221b337798
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Example Use
|
|||
-----------------------------------------------------------------------------------------------------
|
||||
> import twython
|
||||
>
|
||||
> twitter = twython.setup(username="example", password="example")
|
||||
> twitter = twython.core.setup(username="example", password="example")
|
||||
> twitter.updateStatus("See how easy this was?")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue