Skip to content

Commit 72bd9e4

Browse files
committed
reb reprs net
1 parent 598f90d commit 72bd9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphkit/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def __init__(self, **kwargs):
410410

411411
def __repr__(self):
412412
steps = ["\n +--%s" % s for s in self.graph.nodes]
413-
return "Network(nodes:%s)" % "".join(steps)
413+
return "Network(%s)" % "".join(steps)
414414

415415
def _build_pydot(self, **kws):
416416
from .plot import build_pydot

0 commit comments

Comments
 (0)