diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index 5d5b6c33..e74f9563 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -180,7 +180,7 @@ class Weboob(object): @param backends list of backends to iterate on @param caps iterate on backends with this caps @param condition a condition to validate to keep the result - @return the BackendsCall object (iteratable) + @return the BackendsCall object (iterable) """ backends = self.backend_instances.values() _backends = kwargs.pop('backends', None)