From c0f17c215538b620e466abbfa610555693396240 Mon Sep 17 00:00:00 2001 From: Lifeismana Date: Wed, 26 May 2021 17:32:37 +0200 Subject: [PATCH] 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 --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index bb8aa5378..a0e1ff51b 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -825,7 +825,7 @@ class Downloader(commands.Cog): message += ( _("\nFailed to install requirements: ") if len(failed_reqs) > 1 - else _("\nFailed to install requirement: ") + else _("\nFailed to install the requirement: ") ) + humanize_list(tuple(map(inline, failed_reqs))) await self.send_pagified(ctx, message) return