[dataimport] Fix "existing_relations" parameter name in ExtEntitiesImporter
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 27 Jan 2017 13:36:00 +0100
changeset 11943 760deab5413e
parent 11942 756710144b3f
child 11944 5284fee68601
[dataimport] Fix "existing_relations" parameter name in ExtEntitiesImporter
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.