From 86972fba1b2fb0e349afd47073c229139c306d25 Mon Sep 17 00:00:00 2001 From: sleepingAgain Date: Fri, 2 Dec 2016 18:19:26 +0000 Subject: [PATCH] changed memcache to Task Queue in comments --- appengine/standard/multitenancy/taskqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/multitenancy/taskqueue.py b/appengine/standard/multitenancy/taskqueue.py index 64ecca9bff8..88ed93da644 100644 --- a/appengine/standard/multitenancy/taskqueue.py +++ b/appengine/standard/multitenancy/taskqueue.py @@ -14,7 +14,7 @@ """ Sample App Engine application demonstrating how to use the Namespace Manager -API with Memcache. +API with Task Queue. For more information, see README.md. """