little object name fix

replace little object name HtmlPost with TextPost that is the one used on the example
This commit is contained in:
Eliecer Daza 2015-05-31 18:28:12 -05:00
parent 94eac1e79d
commit c82b26d334

View File

@ -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