Skip to content

Commit 73d220c

Browse files
author
Jon Wayne Parrott
committed
Fixing typo of datstore to datastore, closes #61
1 parent 80fa339 commit 73d220c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/localtesting/test_datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def GetEntityViaMemcache(entity_key):
4747

4848

4949
# [START datastore_example_test]
50-
class DatstoreTestCase(unittest.TestCase):
50+
class DatastoreTestCase(unittest.TestCase):
5151

5252
def setUp(self):
5353
# First, create an instance of the Testbed class.

blog/introduction-to-data-models-in-cloud-datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction to data models in Cloud Datastore
22

33
This sample code is used in [this blog post](). It demonstrates two data models
4-
using [Google Cloud Datstore](https://cloud.google.com/datastore).
4+
using [Google Cloud Datastore](https://cloud.google.com/datastore).
55

66
## Prerequisites
77

0 commit comments

Comments
 (0)