diff options
author | 2023-04-20 19:46:22 +0100 | |
---|---|---|
committer | 2023-04-20 19:46:22 +0100 | |
commit | 600c512f37ea94ed12a627e16adc3c9e264f7c98 (patch) | |
tree | 225c46584521bf2917fd748ca20786f4d6376c7f /pydis_site/apps/api/views.py | |
parent | Add Python Graph Gallery to the Resources (diff) | |
parent | Merge pull request #945 from python-discord/dependabot/github_actions/coveral... (diff) |
Merge branch 'main' into main
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r-- | pydis_site/apps/api/views.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 20431a61..54fbf809 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -149,9 +149,9 @@ class RulesView(APIView): ["english", "language"] ), ( - "Do not provide or request help on projects that may break laws, " - "breach terms of services, or are malicious or inappropriate.", - ["infraction", "tos", "breach", "malicious", "inappropriate"] + "Do not provide or request help on projects that may violate terms of service, " + "or that may be deemed inappropriate, malicious, or illegal.", + ["infraction", "tos", "breach", "malicious", "inappropriate", "illegal"] ), ( "Do not post unapproved advertising.", |