Skip to content

Commit e839085

Browse files
Bluenix2kosayoda
andauthored
Remove accidental stray parenthesis in new codejam rule
Co-authored-by: Kieran Siek <[email protected]>
1 parent da38a0c commit e839085

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
@@ -18,7 +18,7 @@
1818
<p>
1919
Exceptions to this rule are made for resources such as databases and files, albeit excluding usage other than for storage.
2020
For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
21-
Lastly, working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()(</code>) is also exempted from this rule.
21+
Lastly, working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also exempted from this rule.
2222
</p>
2323
</li>
2424
<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>

0 commit comments

Comments
 (0)