server/hook.py
changeset 8032 bcb87336c7d2
parent 7990 a673d1d9a738
child 8190 2a3c1b787688
child 8238 087bb529035c
--- a/server/hook.py	Thu Oct 27 18:19:00 2011 +0200
+++ b/server/hook.py	Fri Oct 28 10:32:48 2011 +0200
@@ -444,8 +444,8 @@
     """accept if parameters specified as initializer arguments are specified
     in named arguments given to the selector
 
-    :param *expected: parameters (eg `basestring`) which are expected to be
-                      found in named arguments (kwargs)
+    :param \*expected: parameters (eg `basestring`) which are expected to be
+                       found in named arguments (kwargs)
     """
     def __init__(self, *expected, **more):
         self.expected = expected