Skip to content

Commit bf753d1

Browse files
Bluenix2wookie184
andauthored
Rework sentence urging reaching out to the events team
Co-authored-by: wookie184 <[email protected]>
1 parent a796945 commit bf753d1

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
@@ -21,7 +21,7 @@
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>
2323

24-
<p>Reach out to the Events Team for advice if you're about your use of non-WebSocket communication.</p>
24+
<p>If you're unsure about your use of non-WebSocket communication, please reach out to the events team.</p>
2525
</li>
2626
<li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li>
2727
<li>

0 commit comments

Comments
 (0)