diff options
author | 2021-07-09 00:00:15 +0300 | |
---|---|---|
committer | 2021-07-09 00:00:15 +0300 | |
commit | 23b1e46342e743cdb1ec8e0bb30e4696a3018079 (patch) | |
tree | 20fe36f8170b75a23de5542f8f4fed924163419f /pydis_site | |
parent | Remove trailing whitespace from The Code Style Guide (diff) |
Add missing slash at b tag ending
Co-authored-by: Numerlor <[email protected]>
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 3176babf..eb8ab9da 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 @@ -199,7 +199,7 @@ from pathlib import Path </code> </pre> - <p>You should use <b><a href="https://pycqa.github.io/isort/">isort</a><b> imports order specification, what means:</p> + <p>You should use <b><a href="https://pycqa.github.io/isort/">isort</a></b> imports order specification, what means:</p> <ul> <li> <b>Group by type:</b> order of import types should be <code>__future__</code> imports, standard library imports, |