From ed8aaa7f26c61e20d0cecd1f6debff7f2a8fb43a Mon Sep 17 00:00:00 2001 From: donniebreve Date: Mon, 23 Dec 2019 08:57:42 -0800 Subject: [PATCH] fixed grammar on how to configure message (#1029) --- thefuck/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/logs.py b/thefuck/logs.py index 0c50765a..e064de67 100644 --- a/thefuck/logs.py +++ b/thefuck/logs.py @@ -106,7 +106,7 @@ def how_to_configure_alias(configuration_details): if configuration_details.can_configure_automatically: print( - u"Or run {bold}fuck{reset} second time for configuring" + u"Or run {bold}fuck{reset} a second time to configure" u" it automatically.".format( bold=color(colorama.Style.BRIGHT), reset=color(colorama.Style.RESET_ALL)))