Skip to content

Commit 5ad1c2f

Browse files
authored
Remove trailing space in codejam rules
1 parent 0d86b40 commit 5ad1c2f

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><strong>Your solution must only communicate through WebSockets</strong>. Any communication between the client and server (or any two server workers), must utilize WebSockets.</p>
1717

1818
<p>
19-
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
19+
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
2020
For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
2121
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
2222
</p>

0 commit comments

Comments
 (0)