Skip to content

Commit 1d0b576

Browse files
authored
Remove unnecessary "also" in new exception to codejam rule
1 parent 0ed9322 commit 1d0b576

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
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
2222
</p>
2323

24-
<p>Another exception is made for serving static files, which normally uses HTTP. You are also allowed to serve a JavaScript-implemented client for your WebSocket server.</p>
24+
<p>Another exception is made for serving static files, which normally uses HTTP. You are allowed to serve a JavaScript-implemented client for your WebSocket server.</p>
2525

2626
<p>If you're interested in utilizing a particular non-WebSocket method of communication, reach out to the Events Team for discussion and approval</p>
2727
</li>

0 commit comments

Comments
 (0)