Skip to content

Commit 0a46210

Browse files
authored
Be explicit about example in rule being an allowed use-case
1 parent bf753d1 commit 0a46210

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
@@ -16,7 +16,7 @@
1616
<p>
1717
<strong>The core of your project must use WebSockets as its communication protocol.</strong>.
1818
This means that you are allowed to use other methods of communication where WebSockets cannot be implemented, however, that should be a non-significant portion of your project.
19-
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.
19+
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, therefore it is allowed.
2020
</p>
2121

2222
<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>

0 commit comments

Comments
 (0)