Skip to content

Commit

Permalink
Merge pull request coleifer#732 from bakemecookies/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
coleifer committed Oct 21, 2015
2 parents b388504 + 44e243b commit 08101c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/peewee/models.rst
Expand Up @@ -422,7 +422,7 @@ Once the class is defined, you should not access ``ModelClass.Meta``, but instea
>>> Person.Meta
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'Preson' has no attribute 'Meta'
AttributeError: type object 'Person' has no attribute 'Meta'
>>> Person._meta
<peewee.ModelOptions object at 0x7f51a2f03790>
Expand Down

0 comments on commit 08101c3

Please sign in to comment.