Do not need tweepy in the line.
authorJalem Raj Rohit <rohit.raj@kayako.com>
Thu, 11 Jun 2015 11:15:01 +0000 (16:45 +0530)
committerJalem Raj Rohit <rohit.raj@kayako.com>
Thu, 11 Jun 2015 11:15:01 +0000 (16:45 +0530)
docs/getting_started.rst

index 98dd498b012e6a556c83cf463b57f43788965b1a..abafd8c2b2cd2c594c72a1b916d6f8be09d6ebce 100644 (file)
@@ -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::