Big typo fix for allow_inheritance page

This commit is contained in:
Diego Berrocal 2014-11-19 02:49:08 -05:00
parent a29d8f1d68
commit 17f7e2f892

View File

@ -704,7 +704,7 @@ document.::
class DatedPage(Page): class DatedPage(Page):
date = DateTimeField() date = DateTimeField()
.. note:: From 0.8 onwards you must declare :attr:`allow_inheritance` defaults .. note:: From 0.8 onwards :attr:`allow_inheritance` defaults
to False, meaning you must set it to True to use inheritance. to False, meaning you must set it to True to use inheritance.
Working with existing data Working with existing data