etwist/request.py
branchstable
changeset 4425 b9913205d91e
parent 4212 ab6573088b4a
child 5155 1dea6e0fdfc1
child 5421 8167de96c523
--- a/etwist/request.py	Tue Feb 02 10:59:44 2010 +0100
+++ b/etwist/request.py	Tue Feb 02 11:00:08 2010 +0100
@@ -113,7 +113,7 @@
 
     def header_if_modified_since(self):
         """If the HTTP header If-modified-since is set, return the equivalent
-        mx date time value (GMT), else return None
+        date time value (GMT), else return None
         """
         mtime = self.get_header('If-modified-since', raw=False)
         if mtime: