From 3436cd3cdbad226275ac51dcd181b6adcc132d3a Mon Sep 17 00:00:00 2001 From: Joe McGovern Date: Wed, 29 Jul 2015 12:05:22 -0500 Subject: [PATCH] Change "Datstore" to "Datastore" Noticed this on https://cloud.google.com/appengine/docs/python/tools/localunittesting?hl=en and thought you might have meant "Datastore" --- localtesting/test_datastore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localtesting/test_datastore.py b/localtesting/test_datastore.py index 512d32e63322..8a505d05b1a6 100644 --- a/localtesting/test_datastore.py +++ b/localtesting/test_datastore.py @@ -47,7 +47,7 @@ def GetEntityViaMemcache(entity_key): # [START datastore_example_test] -class DatstoreTestCase(unittest.TestCase): +class DatastoreTestCase(unittest.TestCase): def setUp(self): # First, create an instance of the Testbed class.