Avoid newline

This commit is contained in:
Peter Eckersley 2016-06-22 15:24:33 -07:00
parent 56488b1899
commit 24cc6b208a

View file

@ -49,7 +49,7 @@ class MissingNonce(NonceError):
def __str__(self):
return ('Server {0} response did not include a replay '
'nonce, headers: {1}\n(This may be a service outage)'.format(
'nonce, headers: {1} (This may be a service outage)'.format(
self.response.request.method, self.response.headers))