Skip to content

Commit 77d69d0

Browse files
committed
whitespace
1 parent 92d0043 commit 77d69d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_wsgiref.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def check_hello(self, out, has_length=True):
109109
sys.version.split()[0])
110110
self.assertEqual(out,
111111
("HTTP/1.0 200 OK\r\n"
112-
"Server: WSGIServer " + pyver +"\r\n"
112+
"Server: WSGIServer " + pyver + "\r\n"
113113
"Content-Type: text/plain\r\n"
114114
"Date: Mon, 05 Jun 2006 18:49:54 GMT\r\n" +
115115
(has_length and "Content-Length: 13\r\n" or "") +
@@ -206,7 +206,7 @@ def app(e, s):
206206
pyver = py + b"/" + ver
207207
self.assertEqual(
208208
b"HTTP/1.0 200 OK\r\n"
209-
b"Server: WSGIServer "+ pyver + b"\r\n"
209+
b"Server: WSGIServer " + pyver + b"\r\n"
210210
b"Content-Type: text/plain; charset=utf-8\r\n"
211211
b"Date: Wed, 24 Dec 2008 13:29:32 GMT\r\n"
212212
b"\r\n"

0 commit comments

Comments
 (0)