projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6adb64
)
Minor update to tutorial 5
author
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 15:46:13 +0000
(10:46 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Mon, 10 Aug 2009 15:46:13 +0000
(10:46 -0500)
tutorial/t5.py
patch
|
blob
|
blame
|
history
diff --git
a/tutorial/t5.py
b/tutorial/t5.py
index 0fed0e7601dec9e021e82878722265b7b18aa128..4e6a9e16469a6e5a1fa68d0c87fefe5e4475ce3b 100644
(file)
--- a/
tutorial/t5.py
+++ b/
tutorial/t5.py
@@
-10,8
+10,8
@@
By default caching is disabled in API instances.
"""
Let's create a new API instance with caching enabled.
-Currently Tweepy just comes with an in-memory cache which
-
we will use for this demo
.
+Tweepy comes with both a memory and file based cache.
+
In this example we will be using the memory cache
.
"""
cached_api = tweepy.API(cache=tweepy.MemoryCache(timeout=120))