From b5f105e86e3c4f85e3b444e69188a8972cfbc659 Mon Sep 17 00:00:00 2001 From: Ken Celenza Date: Sat, 9 Apr 2022 10:19:48 -0400 Subject: [PATCH] Update param in doc string --- N2G/plugins/diagrams/N2G_V3D.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/N2G/plugins/diagrams/N2G_V3D.py b/N2G/plugins/diagrams/N2G_V3D.py index 13b7faa..2719d90 100644 --- a/N2G/plugins/diagrams/N2G_V3D.py +++ b/N2G/plugins/diagrams/N2G_V3D.py @@ -142,7 +142,7 @@ def add_link( Method to add link between nodes. :param source: (str) mandatory, source node id - :param source: (str) mandatory, target node id + :param target: (str) mandatory, target node id :param label: (str) link label to display at the center of the link :param data: (dict) dictionary of key value pairs to add as link data :param src_label: (str) link label to use next to source node