Skip to content

Commit 60fc79e

Browse files
authored
Merge pull request #57 from velrest/master
Fix typo in documentation for clean
2 parents ca470fc + d308e77 commit 60fc79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localized_fields/fields/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def clean(self, value, *_):
165165
can store in the database.
166166
167167
For example, when all the language fields are
168-
left empty, and the field is allows to be null,
168+
left empty, and the field is allowed to be null,
169169
we will store None instead of empty keys.
170170
171171
Arguments:

0 commit comments

Comments
 (0)