Skip to content

Commit

Permalink
Some small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 4, 2012
1 parent 21aa62a commit c373704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eav/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ class Attribute(models.Model):
number of children, number of patients, has fever?, etc...
Each attribute has a name, and a description, along with a slug that must
be unique. If you don't provide a slug, a default slug (derrived from
be unique. If you don't provide a slug, a default slug (derived from
name), will be created.
The *required* field is a boolean that indicates whether this EAV attribute
is required for entitys to which it applies. It defaults to *False*.
is required for entities to which it applies. It defaults to *False*.
.. warning::
Just like a normal model field that is required, you will not be able
Expand Down

0 comments on commit c373704

Please sign in to comment.