mercurial/hgweb/webcommands.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 43742 6ff1a0d109c9
--- a/mercurial/hgweb/webcommands.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/hgweb/webcommands.py	Tue Oct 08 15:06:18 2019 -0700
@@ -1295,7 +1295,7 @@
     web.res.setbodywillwrite()
     if list(web.res.sendresponse()):
         raise error.ProgrammingError(
-            b'sendresponse() should not emit data ' b'if writing later'
+            b'sendresponse() should not emit data if writing later'
         )
 
     bodyfh = web.res.getbodyfile()