Skip to content

Commit

Permalink
Merge pull request #392 from kevgathuku/patch-1
Browse files Browse the repository at this point in the history
Fix typo in entry.py
  • Loading branch information
Fantomas42 committed Jan 27, 2015
2 parents ba4a85c + 92cc711 commit f1ddd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinnia/models_bases/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ class Meta:

class TagsEntry(models.Model):
"""
Abstract lodel class to add tags to the entries.
Abstract model class to add tags to the entries.
"""
tags = TagField(_('tags'))

Expand Down

0 comments on commit f1ddd63

Please sign in to comment.