cubicweb/pyramid/core.py
changeset 11930 83a921bae21c
parent 11929 fcbd6b251d81
child 11967 83739be20fab
--- a/cubicweb/pyramid/core.py	Fri Jan 27 16:26:09 2017 +0100
+++ b/cubicweb/pyramid/core.py	Fri Jan 27 15:53:15 2017 +0100
@@ -209,7 +209,7 @@
 
     :param request: A pyramid request
     :param vid: A CubicWeb view id
-    :param **kwargs: Keyword arguments to select and instanciate the view
+    :param kwargs: Keyword arguments to select and instanciate the view
     :returns: The rendered view content
     """
     vreg = request.registry['cubicweb.registry']