aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-21 23:45:19 +0200
committerGravatar GitHub <[email protected]>2022-07-21 23:45:19 +0200
commit1d0b576a507e2285d71ce626bb401a367a528709 (patch)
treec680cfa4861688e4fe99fdc15e8662382fa16a41 /pydis_site/templates
parentClarify WebSocket restriction rule's impact on static serving (diff)
Remove unnecessary "also" in new exception to codejam rule
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/pages/code-jams/9/rules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/rules.html b/pydis_site/templates/events/pages/code-jams/9/rules.html
index 3e610ff2..7bc31ef2 100644
--- a/pydis_site/templates/events/pages/code-jams/9/rules.html
+++ b/pydis_site/templates/events/pages/code-jams/9/rules.html
@@ -21,7 +21,7 @@
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
</p>
- <p>Another exception is made for serving static files, which normally uses HTTP. You are also allowed to serve a JavaScript-implemented client for your WebSocket server.</p>
+ <p>Another exception is made for serving static files, which normally uses HTTP. You are allowed to serve a JavaScript-implemented client for your WebSocket server.</p>
<p>If you're interested in utilizing a particular non-WebSocket method of communication, reach out to the Events Team for discussion and approval</p>
</li>