Minor update to tutorial 5
authorJosh Roesslein <jroesslein@gmail.com>
Mon, 10 Aug 2009 15:46:13 +0000 (10:46 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Mon, 10 Aug 2009 15:46:13 +0000 (10:46 -0500)
tutorial/t5.py

index 0fed0e7601dec9e021e82878722265b7b18aa128..4e6a9e16469a6e5a1fa68d0c87fefe5e4475ce3b 100644 (file)
@@ -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))