From 00d9567b4fb4853338c2aa3d90ad0df4377dfcd1 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 25 Mar 2013 16:28:33 +0100 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16d7901ad..e6822eab8 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ elif sys.version_info[0] >= 3: else: if debug: print('DEBUG: Running setup.py with Python 3: first stage.') - print('Converting code from Python 2 to Python 3. This make take a ' + print('Converting code from Python 2 to Python 3. This may take a ' 'few minutes.') # For some reason, using open(os.devnull) makes the subprocess exit before # it finishes...