From c82b26d334d467128a4c9bc025959df602089999 Mon Sep 17 00:00:00 2001 From: Eliecer Daza Date: Sun, 31 May 2015 18:28:12 -0500 Subject: [PATCH] little object name fix replace little object name HtmlPost with TextPost that is the one used on the example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d17313f..f2829cd3 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Some simple examples of what MongoEngine code looks like:: >>> len(BlogPost.objects) 2 - >>> len(HtmlPost.objects) + >>> len(TextPost.objects) 1 >>> len(LinkPost.objects) 1