Skip to content

Commit 25ad8a8

Browse files
author
Justus Pendleton
committed
wrap comment to less than 75 chars
1 parent 051cd18 commit 25ad8a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roundup/cgi/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.236 2007-09-12 01:15:07 jpend Exp $
1+
# $Id: client.py,v 1.237 2007-09-12 16:16:49 jpend Exp $
22

33
"""WWW request handler (also used in the stand-alone server).
44
"""
@@ -290,7 +290,8 @@ def inner_main(self):
290290
try:
291291
self.write_html(self.renderContext())
292292
except IOError:
293-
# IOErrors here are due to the client disconnecting before recieving the reply.
293+
# IOErrors here are due to the client disconnecting before
294+
# recieving the reply.
294295
pass
295296

296297
except SeriousError, message:

0 commit comments

Comments
 (0)