1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-15 07:10:52 +01:00

fixed grammar on how to configure message (#1029)

This commit is contained in:
donniebreve 2019-12-23 08:57:42 -08:00 committed by Vladimir Iakovlev
parent 77992029b6
commit ed8aaa7f26

View File

@ -106,7 +106,7 @@ def how_to_configure_alias(configuration_details):
if configuration_details.can_configure_automatically: if configuration_details.can_configure_automatically:
print( 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( u" it automatically.".format(
bold=color(colorama.Style.BRIGHT), bold=color(colorama.Style.BRIGHT),
reset=color(colorama.Style.RESET_ALL))) reset=color(colorama.Style.RESET_ALL)))