diff options
| author | 2019-10-21 22:11:20 +0200 | |
|---|---|---|
| committer | 2019-10-21 22:11:20 +0200 | |
| commit | 09f5cd78142201ff0133a25ee1ea6cff1c739e1f (patch) | |
| tree | 1a2f11693d995b4f493a0522c8a5120440871756 | |
| parent | Allow embeds to not include signatures in case the symbol is a module (diff) | |
Grammar check comment
| -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}")) ) |