From 4d8678b8219ba8f69f574f82a09717bc6319bc1d Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 6 Feb 2015 08:52:01 -0800 Subject: [PATCH] typo (and third github-push test) --- gramps/plugins/importer/importxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/importer/importxml.py b/gramps/plugins/importer/importxml.py index b9d3bd4c7..578faa102 100644 --- a/gramps/plugins/importer/importxml.py +++ b/gramps/plugins/importer/importxml.py @@ -754,7 +754,7 @@ class GrampsParser(UpdateCallback): directly from the XML attributes. :type handle: str :param target: Indicates the primary object type this handle relates to. - :type targe": str, identical to target attr of bookmarks. + :type target: str, identical to target attr of bookmarks. :param prim_obj: template of the primary object that is to be created. :type prim_obj: Either an empty instance of a primary object or the class object of a primary object.