aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/utils/regex.py
diff options
context:
space:
mode:
Diffstat (limited to 'botcore/utils/regex.py')
-rw-r--r--botcore/utils/regex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/utils/regex.py b/botcore/utils/regex.py
index 036a5113..abcaf299 100644
--- a/botcore/utils/regex.py
+++ b/botcore/utils/regex.py
@@ -15,7 +15,7 @@ DISCORD_INVITE = re.compile(
flags=re.IGNORECASE
)
"""
-Regex for discord server invites.
+Regex for Discord server invites.
:meta hide-value:
"""