From 557cae23e4716f4a229aea4908bf8312912fae11 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Mon, 15 Nov 2010 11:13:58 +0100 Subject: [PATCH] english fix :) --- weboob/core/ouiboube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)