projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbfca4c
)
Correct spelling error in getting_started.rst
author
Jeff Schnurr
<jschnurr@gmail.com>
Thu, 14 May 2015 01:56:02 +0000
(21:56 -0400)
committer
Jeff Schnurr
<jschnurr@gmail.com>
Thu, 14 May 2015 01:56:02 +0000
(21:56 -0400)
docs/getting_started.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/getting_started.rst
b/docs/getting_started.rst
index 895679b343ade427f4780c711e3467d90aa6d39b..98dd498b012e6a556c83cf463b57f43788965b1a 100644
(file)
--- a/
docs/getting_started.rst
+++ b/
docs/getting_started.rst
@@
-52,7
+52,7
@@
the following code returns to us an User model::
# Get the User object for twitter...
user = tweepy.api.get_user('twitter')
-Models contain
er
the data and some helper methods which we can then
+Models contain the data and some helper methods which we can then
use::
print user.screen_name