little object name fix
replace little object name HtmlPost with TextPost that is the one used on the example
This commit is contained in:
@@ -81,7 +81,7 @@ Some simple examples of what MongoEngine code looks like::
|
|||||||
|
|
||||||
>>> len(BlogPost.objects)
|
>>> len(BlogPost.objects)
|
||||||
2
|
2
|
||||||
>>> len(HtmlPost.objects)
|
>>> len(TextPost.objects)
|
||||||
1
|
1
|
||||||
>>> len(LinkPost.objects)
|
>>> len(LinkPost.objects)
|
||||||
1
|
1
|
||||||
|
|||||||
Reference in New Issue
Block a user