diff options
author | 2022-07-23 02:40:09 +0200 | |
---|---|---|
committer | 2022-07-23 02:40:09 +0200 | |
commit | bf753d137db8bbd405841c70f908d6fec2632127 (patch) | |
tree | 110af3e8da1c44ae5e317a8b1152c057dd42bc42 /pydis_site | |
parent | Fix past-tense "exempt" typo (diff) |
Rework sentence urging reaching out to the events team
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/rules.html | 2 |
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 61af2248..f17431e9 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 @@ <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> + <p>If you're unsure about your use of non-WebSocket communication, please reach out to the events team.</p> </li> <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> <li> |