fix(edge): update comments

pull/61/head
mingrammer 6 years ago
parent f11d979aa0
commit fc03f925d3

@ -421,9 +421,7 @@ class Edge:
:param label: Edge label. :param label: Edge label.
:param color: Edge color. :param color: Edge color.
:param style: Edge style. :param style: Edge style.
:param fontcolor: Edge font color. :param attrs: Other edge attributes
:param fontname: Edge font name.
:param fontsize: Edge font size.
""" """
if node is not None: if node is not None:
assert isinstance(node, Node) assert isinstance(node, Node)

Loading…
Cancel
Save