projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df387d
)
Fix code block in cursor tutorial
author
Harmon
<Harmon758@gmail.com>
Tue, 4 Dec 2018 15:36:28 +0000
(09:36 -0600)
committer
GitHub
<noreply@github.com>
Tue, 4 Dec 2018 15:36:28 +0000
(09:36 -0600)
docs/cursor_tutorial.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/cursor_tutorial.rst
b/docs/cursor_tutorial.rst
index 4d2741c9b32f96361f5170f07562ac7e1c9ad00a..a4e6e442b32252d1dc5791dc23931f896b823612 100644
(file)
--- a/
docs/cursor_tutorial.rst
+++ b/
docs/cursor_tutorial.rst
@@
-103,7
+103,7
@@
If you want your results to include the full text of the long tweets make these
.. code-block :: python
-# example code
-tweets = tweepy.Cursor(api.search, tweet_mode='extended')
-for tweet in tweets:
- content = tweet.full_text
+
# example code
+
tweets = tweepy.Cursor(api.search, tweet_mode='extended')
+
for tweet in tweets:
+
content = tweet.full_text