diff options
author | 2018-10-20 20:09:22 +0100 | |
---|---|---|
committer | 2018-10-20 20:09:22 +0100 | |
commit | 6b8022b0cbc56fa4137666c3c7a2e488df927e56 (patch) | |
tree | cea1a68c258ce447c71181cf4e5ecbed6aba8216 /api/models.py | |
parent | merge conflict thing (diff) |
ficksed gramar and kept imports 2 per line
Diffstat (limited to 'api/models.py')
-rw-r--r-- | api/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/models.py b/api/models.py index 81cd63aa..bb520f8c 100644 --- a/api/models.py +++ b/api/models.py @@ -79,7 +79,7 @@ class SnakeIdiom(ModelReprMixin, models.Model): idiom = models.CharField( primary_key=True, max_length=140, - help_text="A snake idiom" + help_text="A saying about a snake." ) def __str__(self): |