# HG changeset patch # User Matt Harbison # Date 2019-11-16 16:42:27 # Node ID 666441b649e4b9f3bf4b557e1212b81c5fdfac85 # Parent 5be909dbe3854fb7d24289a36a921c9851a5b6fa setup: combine two contiguous string literals Differential Revision: https://phab.mercurial-scm.org/D7442 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -738,7 +738,7 @@ class buildhgexe(build_ext): 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