diff options
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/the-code-style-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html index a26a973c..4258cd94 100644 --- a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html +++ b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html @@ -161,7 +161,7 @@ </code> </pre> <p> - You should prefer using <code><item one> is not <item two></code> over <code>not <item one> is <item two></code>. + You should prefer using <code><item one> is not <item two></code> over <code>not <item one> is <item two></code>. Using second makes it harder to understand the expression. </p> <pre> |