aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/utils.py b/bot/cogs/utils.py
index 80cdd9210..09c17dbff 100644
--- a/bot/cogs/utils.py
+++ b/bot/cogs/utils.py
@@ -231,7 +231,7 @@ class Utils(Cog):
@staticmethod
def get_pep_zero_embed() -> Embed:
- """Send information about PEP 0."""
+ """Get information embed about PEP 0."""
pep_embed = Embed(
title=f"**PEP 0 - Index of Python Enhancement Proposals (PEPs)**",
description=f"[Link](https://www.python.org/dev/peps/)"