diff options
author | 2019-04-05 20:59:22 +0100 | |
---|---|---|
committer | 2019-04-05 20:59:22 +0100 | |
commit | d576432e6145df464273f0f22d841cc9f5804b07 (patch) | |
tree | c229454c3b415cdacc950940283c1cdb80007783 /pydis_site/apps/api/views.py | |
parent | pysite -> pydis_site (diff) |
Address review by @jchristgit
Diffstat (limited to 'pydis_site/apps/api/views.py')
-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 3160e8f7..f88e1039 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, pydis_site, service, or " + "terms of service of any other community, pysite, service, or " "otherwise - No piracy, brute-forcing, captcha circumvention, " "sneaker bots, or anything else of that nature." ), |