From 8d3433b2a8f0027c48ed6ca558ebe9d44344e629 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sun, 28 Oct 2018 16:15:13 -0400 Subject: [PATCH] Correct a couple typos in get-poetry.py --- get-poetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-poetry.py b/get-poetry.py index 4d3a0659bcb..acc80343698 100644 --- a/get-poetry.py +++ b/get-poetry.py @@ -412,7 +412,7 @@ def _compare_versions(x, y): def customize_install(self): if not self._accept_all: print("Before we start, please answer the following questions.") - print("You may simple press the Enter key to keave unchanged.") + print("You may simply press the Enter key to leave unchanged.") modify_path = input("Modify PATH variable? ([y]/n) ") or "y" if modify_path.lower() in {"n", "no"}: