From fc03f925d37f87a086bffc44d771235c85a1ca93 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Tue, 10 Mar 2020 10:37:03 +0900 Subject: [PATCH] fix(edge): update comments --- diagrams/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/diagrams/__init__.py b/diagrams/__init__.py index b09a375f..9626ea6d 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -421,9 +421,7 @@ class Edge: :param label: Edge label. :param color: Edge color. :param style: Edge style. - :param fontcolor: Edge font color. - :param fontname: Edge font name. - :param fontsize: Edge font size. + :param attrs: Other edge attributes """ if node is not None: assert isinstance(node, Node)