diff --git a/docs/peewee/models.rst b/docs/peewee/models.rst index 23a92c12..32c99cf1 100644 --- a/docs/peewee/models.rst +++ b/docs/peewee/models.rst @@ -767,9 +767,9 @@ instead use ``ModelClass._meta``: AttributeError: type object 'Person' has no attribute 'Meta' >>> Person._meta - + -The :py:class:`ModelOptions` class implements several methods which may be of +The :py:class:`Metadata` class implements several methods which may be of use for retrieving model metadata (such as lists of fields, foreign key relationships, and more).