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