diff -r 7e9283731db8 -r ae74b46ea96c web/views/magicsearch.py --- a/web/views/magicsearch.py Fri Jul 24 14:59:54 2009 +0200 +++ b/web/views/magicsearch.py Fri Jul 24 15:00:49 2009 +0200 @@ -42,7 +42,7 @@ :param translations: the reverted l10n dict :type schema: `cubicweb.schema.Schema` - :param schema: the application's schema + :param schema: the instance's schema """ # var_types is used as a map : var_name / var_type vartypes = {} @@ -94,7 +94,7 @@ :param ambiguous_nodes: a map : relation_node / (var_name, available_translations) :type schema: `cubicweb.schema.Schema` - :param schema: the application's schema + :param schema: the instance's schema """ # Now, try to resolve ambiguous translations for relation, (var_name, translations_found) in ambiguous_nodes.items():