# HG changeset patch # User Denis Laxalde # Date 1485520560 -3600 # Node ID 760deab5413e0706793e38bdf9dcc55d46ef3876 # Parent 756710144b3f27422bf9db9d03900b78d53e6491 [dataimport] Fix "existing_relations" parameter name in ExtEntitiesImporter diff -r 756710144b3f -r 760deab5413e cubicweb/dataimport/importer.py --- a/cubicweb/dataimport/importer.py Thu Jan 15 18:01:28 2015 +0100 +++ b/cubicweb/dataimport/importer.py Fri Jan 27 13:36:00 2017 +0100 @@ -265,7 +265,7 @@ :param extid2eid: optional {extid: eid} dictionary giving information on existing entities. It will be completed during import. You may want to use :func:`cwuri2eid` to build it. - :param existing_relation: optional {rtype: set((subj eid, obj eid))} mapping giving information + :param existing_relations: optional {rtype: set((subj eid, obj eid))} mapping giving information on existing relations of a given type. You may want to use :class:`RelationMapping` to build it.