aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-09-18 18:57:16 +0100
committerGravatar Amrou Bellalouna <[email protected]>2022-09-18 18:57:16 +0100
commit49909a3165344b0fdbd81300cc752327e08f0ff5 (patch)
treeba23f6a772d1b800f071b87940124538486d1ee5
parentupdate the RulesView class' docstrings (diff)
replace sweet with "sweets" to refer more to candy
-rw-r--r--pydis_site/apps/api/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 3cb7e8bd..2c5343de 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -43,7 +43,7 @@ class RulesView(APIView):
bot's `!rule` command
>>> [
- ... ("Eat candy.", ["candy", "sweet"]),
+ ... ("Eat candy.", ["candy", "sweets"]),
... ("Wake up at 4 AM.", ["wake_up", "early", "early_bird"]),
... ("Take your medicine.", ["medicine", "health"])
... ]