From 02025349692f31139ab2ef57f7c4b5f3984b767d Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Thu, 25 Nov 2010 16:07:15 +0100 Subject: [PATCH] escape * in docstring --- weboob/core/ouiboube.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index bc13da9a..48767b16 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -174,11 +174,12 @@ class Weboob(object): threads. This function has two modes: + - If 'function' is a string, it calls the method with this name on each backends with the specified arguments; - If 'function' is a callable, it calls it in a separated thread with - the locked backend instance at first arguments, and *args and - **kwargs. + the locked backend instance at first arguments, and \*args and + \*\*kwargs. @param function backend's method name, or callable object @param backends list of backends to iterate on