Fix a typo in model reference

This commit is contained in:
Karl Hobley 2016-05-10 14:28:34 +01:00
parent 7d58b677ca
commit 9dcc12ac55

View file

@ -82,8 +82,8 @@ Database fields
This is used by the :meth:`~wagtail.wagtailcore.query.PageQuerySet.in_menu` QuerySet filter.
Methods and properies
~~~~~~~~~~~~~~~~~~~~~
Methods and properties
~~~~~~~~~~~~~~~~~~~~~~
In addition to the model fields provided, ``Page`` has many properties and methods that you may wish to reference, use, or override in creating your own models. Those listed here are relatively straightforward to use, but consult the Wagtail source code for a full view of what's possible.