Skip to content

Commit

Permalink
Merge pull request #622 from Dawny33/master
Browse files Browse the repository at this point in the history
Do not need tweepy in the line. Showing tweepy.error.TweepError: Failed to send request: local variable 'auth' referenced before assignment  error
  • Loading branch information
joshthecoder committed Jul 3, 2015
2 parents e4a08b1 + 16fc035 commit 347413e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ from Twitter which we can then use inside our application. For example
the following code returns to us an User model::

# Get the User object for twitter...
user = tweepy.api.get_user('twitter')
user = api.get_user('twitter')

Models contain the data and some helper methods which we can then
use::
Expand Down

0 comments on commit 347413e

Please sign in to comment.