diff options
author | 2019-04-06 18:35:52 +0100 | |
---|---|---|
committer | 2019-04-06 18:35:52 +0100 | |
commit | 56847b00e6bd090f0a8dbe6421fe773df69b4eeb (patch) | |
tree | b5f2d5891f92bc18ed79dced904fe6f9c8a8f7af /pydis_site/apps/api | |
parent | Address review by @jchristgit (diff) |
Address review by @lemonsaurus
Diffstat (limited to 'pydis_site/apps/api')
-rw-r--r-- | pydis_site/apps/api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index f88e1039..c529da0f 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -131,7 +131,7 @@ class RulesView(APIView): ), ( "We will not help you with anything that might break a law or the " - "terms of service of any other community, pysite, service, or " + "terms of service of any other community, site, service, or " "otherwise - No piracy, brute-forcing, captcha circumvention, " "sneaker bots, or anything else of that nature." ), |