From 4b5759166fc55a6cd00bfcbfa7c45f731cbffa9b Mon Sep 17 00:00:00 2001 From: Nicolas Reyland Date: Thu, 13 Jul 2023 15:19:26 +0200 Subject: [PATCH] fix: typo in error message for missing 2to3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65d80fb..67c9f75 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ print("Python 3.X support requires the 2to3 tool.") print( "It normally comes with Python 3.X but (apparenty) not on your " - "distribution.\nPlease find out what package you need to get 2to3" + "distribution.\nPlease find out what package you need to get 2to3 " "and install it.") sys.exit(1)