Skip to content

Commit a796945

Browse files
Bluenix2wookie184
andauthored
Fix past-tense "exempt" typo
Co-authored-by: wookie184 <[email protected]>
1 parent cd5d5cf commit a796945

File tree

1 file changed

+1
-1
lines changed
  • pydis_site/templates/events/pages/code-jams/9

1 file changed

+1
-1
lines changed

pydis_site/templates/events/pages/code-jams/9/rules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
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.
2020
</p>
2121

22-
<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>
22+
<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>
2323

2424
<p>Reach out to the Events Team for advice if you're about your use of non-WebSocket communication.</p>
2525
</li>

0 commit comments

Comments
 (0)