fix docstring stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 16 Apr 2010 17:37:57 +0200
branchstable
changeset 5315 2c23d2fd3b51
parent 5314 86e5abbebfaf
child 5316 2b61c6d0f492
fix docstring
appobject.py
--- a/appobject.py	Fri Apr 16 17:00:49 2010 +0200
+++ b/appobject.py	Fri Apr 16 17:37:57 2010 +0200
@@ -35,7 +35,7 @@
     class::
 
         @objectify_selector
-        def one(cls, *args, **kwargs):
+        def one(cls, req, rset=None, **kwargs):
             return 1
 
         class MyView(View):