diff options
| author | 2020-05-15 09:20:05 +0300 | |
|---|---|---|
| committer | 2020-05-15 09:20:05 +0300 | |
| commit | c412ceb33b1309a728d1e607e0e97b5ea6f1be3d (patch) | |
| tree | 2c77c8c411d71c2532d2dd658c0f201d6d7a3279 | |
| parent | PEP Improvisations: Move `get_pep_zero_embed` back to Cog (diff) | |
PEP Improvisations: Fix `get_pep_zero_embed` docstring
| -rw-r--r-- | bot/cogs/utils.py | 2 |
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/)" |