Skip to content

Commit

Permalink
Fixing typo of datstore to datastore, closes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Sep 14, 2015
1 parent 80fa339 commit 73d220c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/localtesting/test_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction to data models in Cloud Datastore

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

## Prerequisites

Expand Down

0 comments on commit 73d220c

Please sign in to comment.