setup: combine two contiguous string literals
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 16 Nov 2019 11:42:27 -0500
changeset 43675 666441b649e4
parent 43674 5be909dbe385
child 43676 6a5dc4d767a0
setup: combine two contiguous string literals Differential Revision: https://phab.mercurial-scm.org/D7442
setup.py
--- a/setup.py	Thu Nov 14 13:18:22 2019 -0800
+++ b/setup.py	Sat Nov 16 11:42:27 2019 -0500
@@ -738,7 +738,7 @@
             pythonlib = dllbasename[:-4]
         else:
             log.warn(
-                'could not determine Python DLL filename; ' 'assuming pythonXY'
+                'could not determine Python DLL filename; assuming pythonXY'
             )
 
             hv = sys.hexversion