web/http_headers.py
branchstable
changeset 9435 dde8ea5d7ffd
parent 8697 574bb05e40a4
child 9569 ac0bc417b55f
--- a/web/http_headers.py	Mon Jan 20 09:13:12 2014 +0100
+++ b/web/http_headers.py	Fri Jan 17 16:09:39 2014 +0100
@@ -1307,7 +1307,7 @@
         return self._toRaw(name)
 
     def getHeader(self, name, default=None):
-        """Ret9urns the parsed representation of the given header.
+        """Returns the parsed representation of the given header.
         The exact form of the return value depends on the header in question.
 
         If no parser for the header exists, raise ValueError.