mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-05 16:23:27 -04:00
Unify docstring (#5081)
To be the same as L725 and L1555 https://github.com/Cog-Creators/Red-DiscordBot/blob/631adc282f6a835fe7e9e8e3741c68497765789a/redbot/cogs/downloader/downloader.py#L725 https://github.com/Cog-Creators/Red-DiscordBot/blob/631adc282f6a835fe7e9e8e3741c68497765789a/redbot/cogs/downloader/downloader.py#L1555
This commit is contained in:
@@ -825,7 +825,7 @@ class Downloader(commands.Cog):
|
|||||||
message += (
|
message += (
|
||||||
_("\nFailed to install requirements: ")
|
_("\nFailed to install requirements: ")
|
||||||
if len(failed_reqs) > 1
|
if len(failed_reqs) > 1
|
||||||
else _("\nFailed to install requirement: ")
|
else _("\nFailed to install the requirement: ")
|
||||||
) + humanize_list(tuple(map(inline, failed_reqs)))
|
) + humanize_list(tuple(map(inline, failed_reqs)))
|
||||||
await self.send_pagified(ctx, message)
|
await self.send_pagified(ctx, message)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user