We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fa339 commit 73d220cCopy full SHA for 73d220c
appengine/localtesting/test_datastore.py
@@ -47,7 +47,7 @@ def GetEntityViaMemcache(entity_key):
47
48
49
# [START datastore_example_test]
50
-class DatstoreTestCase(unittest.TestCase):
+class DatastoreTestCase(unittest.TestCase):
51
52
def setUp(self):
53
# First, create an instance of the Testbed class.
blog/introduction-to-data-models-in-cloud-datastore/README.md
@@ -1,7 +1,7 @@
1
# Introduction to data models in Cloud Datastore
2
3
This sample code is used in [this blog post](). It demonstrates two data models
4
-using [Google Cloud Datstore](https://cloud.google.com/datastore).
+using [Google Cloud Datastore](https://cloud.google.com/datastore).
5
6
## Prerequisites
7
0 commit comments