diff -r 552d85fcb587 -r bcb87336c7d2 server/hook.py --- 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