aboutsummaryrefslogtreecommitdiffstats
path: root/api/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/models.py')
-rw-r--r--api/models.py2
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):