diff options
| -rw-r--r-- | bot/cogs/doc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/doc.py b/bot/cogs/doc.py index 0c370f665..8b81b3053 100644 --- a/bot/cogs/doc.py +++ b/bot/cogs/doc.py @@ -306,7 +306,7 @@ class Doc(commands.Cog): url=permalink, description=embed_description ) - # show all symbols with the same name that were renamed in the footer + # Show all symbols with the same name that were renamed in the footer. embed.set_footer(text=", ".join(renamed for renamed in self.renamed_symbols - {symbol} if renamed.endswith(f".{symbol}")) ) |