changeset 43675:666441b649e4

setup: combine two contiguous string literals Differential Revision: https://phab.mercurial-scm.org/D7442
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 16 Nov 2019 11:42:27 -0500
parents 5be909dbe385
children 6a5dc4d767a0
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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