From 6941ff31b1ac4f52644d6330784f092f4cf9e747 Mon Sep 17 00:00:00 2001 From: Tbalta Date: Fri, 22 Apr 2022 19:43:15 +0200 Subject: [PATCH] fix typo --- makePipRecipes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makePipRecipes.py b/makePipRecipes.py index 025243a..5ea3568 100644 --- a/makePipRecipes.py +++ b/makePipRecipes.py @@ -123,7 +123,7 @@ def removeWorkingFolder(): sys.exit() selectedPythonVersion = 0 - print("Choose the requiered Python Version:") + print("Choose the required Python Version:") print(" Python 1-2: 1,2 ") print(" Python 3 : 3 ") @@ -440,4 +440,4 @@ def removeWorkingFolder(): print('# Please support me for further development #') print('# #') print('################################################################################') -# EOF \ No newline at end of file +# EOF