From 5b56cbddfd4e131f449ceb1cfcb50c47e3866006 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Mon, 9 Mar 2020 22:49:59 +0900 Subject: [PATCH] fix: wrong comments --- diagrams/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diagrams/__init__.py b/diagrams/__init__.py index ca6ebb6b..f9b63beb 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -424,9 +424,9 @@ class Edge: :param label: Edge label. :param color: Edge color. :param style: Edge style. - :param label: Edge font color. - :param color: Edge font name. - :param style: Edge font size. + :param fontcolor: Edge font color. + :param fontname: Edge font name. + :param fontsize: Edge font size. """ if node is not None: assert isinstance(node, Node)