From: Josh Roesslein Date: Mon, 10 Aug 2009 15:46:13 +0000 (-0500) Subject: Minor update to tutorial 5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=44e7d36f4066a62058c5bd13a32b16b0b89ce1a9;p=tweepy.git Minor update to tutorial 5 --- diff --git a/tutorial/t5.py b/tutorial/t5.py index 0fed0e7..4e6a9e1 100644 --- 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))