Skip to content

Commit c373704

Browse files
committed
Some small typo fixes
1 parent 21aa62a commit c373704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eav/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ class Attribute(models.Model):
107107
number of children, number of patients, has fever?, etc...
108108
109109
Each attribute has a name, and a description, along with a slug that must
110-
be unique. If you don't provide a slug, a default slug (derrived from
110+
be unique. If you don't provide a slug, a default slug (derived from
111111
name), will be created.
112112
113113
The *required* field is a boolean that indicates whether this EAV attribute
114-
is required for entitys to which it applies. It defaults to *False*.
114+
is required for entities to which it applies. It defaults to *False*.
115115
116116
.. warning::
117117
Just like a normal model field that is required, you will not be able

0 commit comments

Comments
 (0)