diff options
author | 2019-04-30 11:32:00 +0200 | |
---|---|---|
committer | 2019-04-30 11:32:00 +0200 | |
commit | 106dfff3c2156b1fbef25c338a19067e14fa4a8c (patch) | |
tree | 4e4dc53ff0e19200f585ff8ab16b74ac515593d1 | |
parent | Changing 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]>
-rw-r--r-- | pydis_site/apps/api/viewsets/bot/nomination.py | 2 |
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. |