aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-23 02:37:04 +0200
committerGravatar GitHub <[email protected]>2022-07-23 02:37:04 +0200
commita796945dacd0f6c37b8f336d86d48946ed5530a3 (patch)
treea01304ef73dbdf2a526a48f2d68df32495257648
parentRelax rule about usage of non-WebSocket communication (diff)
Fix past-tense "exempt" typo
Co-authored-by: wookie184 <[email protected]>
-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 285a332c..61af2248 100644
--- a/pydis_site/templates/events/pages/code-jams/9/rules.html
+++ b/pydis_site/templates/events/pages/code-jams/9/rules.html
@@ -19,7 +19,7 @@
For example, serving static files for a website cannot be done over WebSockets and it does not pose as a significant portion of a project.
</p>
- <p>This rule does not apply to databases and files when used for <i>storage purposes</i> even though that may be a significant portion of your project. Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also exempted of this rule.</p>
+ <p>This rule does not apply to databases and files when used for <i>storage purposes</i> even though that may be a significant portion of your project. Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also exempt from this rule.</p>
<p>Reach out to the Events Team for advice if you're about your use of non-WebSocket communication.</p>
</li>