From 3f1db69bea7a87073b1f58d7dac3e62fcb6438e8 Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Fri, 9 Jul 2021 15:01:04 +0300
Subject: List comment types before
list
---
pydis_site/templates/events/pages/code-jams/code-style-guide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
Out-to-date, wrong comments confuse readers.
Comments content should start with a capital letter and be a full sentence(s).
- There are three types of comments:
+ There are three types of comments: block comments, inline comments, and docstrings.
-
Block comments
--
cgit v1.2.3