mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Unify docstring (#5081)
To be the same as L725 and L1555631adc282f/redbot/cogs/downloader/downloader.py (L725)631adc282f/redbot/cogs/downloader/downloader.py (L1555)
This commit is contained in:
parent
631adc282f
commit
c0f17c2155
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user