mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 03:24:20 +01:00
Fix typo.
This commit is contained in:
parent
6524dfd8c9
commit
cb827c09df
2
setup.py
2
setup.py
@ -77,7 +77,7 @@ elif sys.version_info[0] >= 3:
|
|||||||
else:
|
else:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Running setup.py with Python 3: first stage.')
|
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.')
|
'few minutes.')
|
||||||
# For some reason, using open(os.devnull) makes the subprocess exit before
|
# For some reason, using open(os.devnull) makes the subprocess exit before
|
||||||
# it finishes...
|
# it finishes...
|
||||||
|
Loading…
Reference in New Issue
Block a user