projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe60c1d
)
Do not need tweepy in the line.
author
Jalem Raj Rohit
<rohit.raj@kayako.com>
Thu, 11 Jun 2015 11:15:01 +0000
(16:45 +0530)
committer
Jalem Raj Rohit
<rohit.raj@kayako.com>
Thu, 11 Jun 2015 11:15:01 +0000
(16:45 +0530)
docs/getting_started.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/getting_started.rst
b/docs/getting_started.rst
index 98dd498b012e6a556c83cf463b57f43788965b1a..abafd8c2b2cd2c594c72a1b916d6f8be09d6ebce 100644
(file)
--- a/
docs/getting_started.rst
+++ b/
docs/getting_started.rst
@@
-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::