diff options
| author | 2019-09-11 11:12:37 -0400 | |
|---|---|---|
| committer | 2019-09-11 11:12:37 -0400 | |
| commit | a6a1939dc9917f59ee75f138757a2e4ab48742d1 (patch) | |
| tree | 0673794db3c19d661cd8dd39141772c4d7140460 /bot/seasons/evergreen/showprojects.py | |
| parent | Lint remaining files (diff) | |
| parent | Merge pull request #269 from python-discord/hacktoberfest-update (diff) | |
Merge branch 'master' into flake8-annotations
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/evergreen/showprojects.py | 2 |
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 |