web/component.py
branchstable
changeset 6743 d2d7a5d9164d
parent 6580 798200432f50
child 6777 1d423b7aa6c9
--- 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):