[web/components] fix typo in warning stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 10 Dec 2010 11:37:37 +0100
branchstable
changeset 6743 d2d7a5d9164d
parent 6742 e03d427209cb
child 6744 db1e9e733a16
[web/components] fix typo in warning
web/component.py
--- a/web/component.py	Fri Dec 10 15:47:09 2010 +0100
+++ b/web/component.py	Fri Dec 10 11:37:37 2010 +0100
@@ -234,7 +234,7 @@
     # argument
     def render(self, w, **kwargs):
         if hasattr(self, 'call'):
-            warn('[3.10] should not anymore implements call on %s, see new CtxComponent api'
+            warn('[3.10] should not anymore implement call on %s, see new CtxComponent api'
                  % self.__class__, DeprecationWarning)
             self.w = w
             def wview(__vid, rset=None, __fallback_vid=None, **kwargs):