aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar vivax3794 <[email protected]>2019-10-12 02:19:14 +0200
committerGravatar vivax3794 <[email protected]>2019-10-12 02:19:14 +0200
commit2ed67377928c55ab766e08c17e392eae5667f0e9 (patch)
tree7f54da6289948f782f53c78910c1de86547e0422
parentAdded Beginner to docstring. (diff)
fixed " misplace meant.
-rw-r--r--bot/seasons/halloween/hacktober-issue-finder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktober-issue-finder.py b/bot/seasons/halloween/hacktober-issue-finder.py
index 5978eb95..8b8ea41d 100644
--- a/bot/seasons/halloween/hacktober-issue-finder.py
+++ b/bot/seasons/halloween/hacktober-issue-finder.py
@@ -29,7 +29,7 @@ class HacktoberIssues(commands.Cog):
Get a random python hacktober issue from Github.
If the command is run with beginner (`!hacktoberissues beginner`):
- It will also narrow it down to the "first good issue label".
+ It will also narrow it down to the "first good issue" label.
"""
with ctx.typing():
issues = await self.get_issues(ctx, option)