Merge pull request #1012 from elin3t/patch-1

little object name fix in the readme
This commit is contained in:
Matthieu Rigal 2015-06-01 23:46:36 +02:00
commit 4769487c3b

View File

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