diff options
author | 2021-07-09 15:01:04 +0300 | |
---|---|---|
committer | 2021-07-09 15:01:04 +0300 | |
commit | 3f1db69bea7a87073b1f58d7dac3e62fcb6438e8 (patch) | |
tree | d6257cb04ba444463ce7cafee43e5971ba753bec /pydis_site/templates | |
parent | Move comment types from <b> tags to <h4> (diff) |
List comment types before <ul> list
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/code-style-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/code-style-guide.html b/pydis_site/templates/events/pages/code-jams/code-style-guide.html index 0d948cbc..fbcb7612 100644 --- a/pydis_site/templates/events/pages/code-jams/code-style-guide.html +++ b/pydis_site/templates/events/pages/code-jams/code-style-guide.html @@ -185,7 +185,7 @@ from pathlib import Path</code></pre> Out-to-date, wrong comments confuse readers. </p> <p>Comments content should start with a capital letter and be a full sentence(s).</p> - <p>There are three types of comments:</p> + <p>There are three types of comments: block comments, inline comments, and docstrings.</p> <ul> <li> <h4>Block comments</h4> |