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"}: