aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-30 11:32:00 +0200
committerGravatar GitHub <[email protected]>2019-04-30 11:32:00 +0200
commit106dfff3c2156b1fbef25c338a19067e14fa4a8c (patch)
tree4e4dc53ff0e19200f585ff8ab16b74ac515593d1 /pydis_site
parentChanging the docstring response style to REPL prefix style (diff)
Update pydis_site/apps/api/viewsets/bot/nomination.py
Correcting a grammar mistake Co-Authored-By: SebastiaanZ <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/viewsets/bot/nomination.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/viewsets/bot/nomination.py b/pydis_site/apps/api/viewsets/bot/nomination.py
index b4e0b463..30eaaf6c 100644
--- a/pydis_site/apps/api/viewsets/bot/nomination.py
+++ b/pydis_site/apps/api/viewsets/bot/nomination.py
@@ -69,7 +69,7 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
### Status codes
- 200: returned on succes
- - 404: returned if an nomination with the given `id` could not be found
+ - 404: returned if a nomination with the given `id` could not be found
### POST /bot/nominations
Create a new, active nomination returns the created nominations.