mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
fixed grammar on how to configure message
This commit is contained in:
parent
77992029b6
commit
80e7b8f24f
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user