aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/showprojects.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-11 11:12:37 -0400
committerGravatar S. Co1 <[email protected]>2019-09-11 11:12:37 -0400
commita6a1939dc9917f59ee75f138757a2e4ab48742d1 (patch)
tree0673794db3c19d661cd8dd39141772c4d7140460 /bot/seasons/evergreen/showprojects.py
parentLint remaining files (diff)
parentMerge pull request #269 from python-discord/hacktoberfest-update (diff)
Merge branch 'master' into flake8-annotations
Diffstat (limited to 'bot/seasons/evergreen/showprojects.py')
-rw-r--r--bot/seasons/evergreen/showprojects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/showprojects.py b/bot/seasons/evergreen/showprojects.py
index 2804bdbe..d41132aa 100644
--- a/bot/seasons/evergreen/showprojects.py
+++ b/bot/seasons/evergreen/showprojects.py
@@ -9,7 +9,7 @@ log = logging.getLogger(__name__)
class ShowProjects(commands.Cog):
- """Cog that reacts to posts in the #show-your-projects"""
+ """Cog that reacts to posts in the #show-your-projects."""
def __init__(self, bot: commands.Bot):
self.bot = bot