projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b887148
)
Update getting_started.rst
author
paupaulaz
<33202324+paupaulaz@users.noreply.github.com>
Sun, 10 May 2020 09:50:28 +0000
(11:50 +0200)
committer
GitHub
<noreply@github.com>
Sun, 10 May 2020 09:50:28 +0000
(11:50 +0200)
docs/getting_started.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/getting_started.rst
b/docs/getting_started.rst
index c084fdefe5fbb1bc2fbe3173cd65a6f39fa45e86..90214ce40ec4a526e2055b2cef5b654efffe2557 100644
(file)
--- a/
docs/getting_started.rst
+++ b/
docs/getting_started.rst
@@
-47,7
+47,7
@@
Models
When we invoke an API method most of the time returned back to us will
be a Tweepy model class instance. This will contain the data returned
from Twitter which we can then use inside our application. For example
-the following code returns to us a
n
User model::
+the following code returns to us a User model::
# Get the User object for twitter...
user = api.get_user('twitter')