Author: chrisz
Date: Fri Apr 20 03:41:59 2007
New Revision: 6487
Modified:
Webware/trunk/WebUtils/HTTPStatusCodes.py
Log:
Fixed docstring that should be a comment.
Modified: Webware/trunk/WebUtils/HTTPStatusCodes.py
==============================================================================
--- Webware/trunk/WebUtils/HTTPStatusCodes.py (original)
+++ Webware/trunk/WebUtils/HTTPStatusCodes.py Fri Apr 20 03:41:59 2007
@@ -65,7 +65,9 @@
HTTPStatusCodes = {}
- """ HTTPStatusCodes can be indexed by either their status code number of textual identifier. The result is a dictionary with keys code, identifier, asciiMessage and htmlMessage. """
+# HTTPStatusCodes can be indexed by either their status code number
+# of textual identifier. The result is a dictionary with keys code,
+# identifier, asciiMessage and htmlMessage.
# Construct HTTPStatusCodes dictionary
|