diff --git a/linkcheck/ftests/httptest.py b/linkcheck/ftests/httptest.py index b353d5f5..3fe4bf3d 100644 --- a/linkcheck/ftests/httptest.py +++ b/linkcheck/ftests/httptest.py @@ -117,7 +117,7 @@ class HttpServerTest (linkcheck.ftests.StandardTest): """ Send QUIT request to http server. """ - conn = httplib.HTTPConnection("localhost:%d"%self.port) + conn = httplib.HTTPConnection("localhost:%d" % self.port) conn.request("QUIT", "/") conn.getresponse()