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. """