diff options
Diffstat (limited to '')
-rw-r--r-- | pysite/apps/api/views.py (renamed from api/views.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/views.py b/pysite/apps/api/views.py index c529da0f..f88e1039 100644 --- a/api/views.py +++ b/pysite/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, 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." ), |