[web] Fix typo in docstring stable
authorRémi Cardona <remi.cardona@logilab.fr>
Fri, 17 Jan 2014 16:09:39 +0100
branchstable
changeset 9435 dde8ea5d7ffd
parent 9434 060bd51c6779
child 9436 e24132839317
[web] Fix typo in docstring
web/http_headers.py
--- 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.