From bf849bbc37840ddc65bb583be2259f7e4b5caa02 Mon Sep 17 00:00:00 2001 From: krez13 Date: Tue, 15 Dec 2015 16:31:03 +0530 Subject: [PATCH] Typo --- appengine/ndb/modeling/keyproperty_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/ndb/modeling/keyproperty_models.py b/appengine/ndb/modeling/keyproperty_models.py index f3913b1ba0e..c179e85e01d 100644 --- a/appengine/ndb/modeling/keyproperty_models.py +++ b/appengine/ndb/modeling/keyproperty_models.py @@ -25,7 +25,7 @@ # In the original article, it uses ReferenceProperty on the # PhoneNumber model. With ndb, there is no ReferenceProperty any more, # so here we use KeyProperty first. However this pattern has a -# consistensy issue, shown in the test_fails function in +# consistency issue, shown in the test_fails function in # test/test_keyproperty_models.py.