Skip to content

Commit 76ca5c3

Browse files
committed
Fix example in doc-string
1 parent 5ded607 commit 76ca5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphviz_anywidget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class GraphvizWidget(anywidget.AnyWidget):
1616
Example:
1717
-------
1818
>>> dot_string = "digraph { a -> b; b -> c; c -> a; }"
19-
>>> pipe_func_graph_widget = PipeFuncGraphWidget(dot_source=dot_string)
19+
>>> pipe_func_graph_widget = GraphvizWidget(dot_source=dot_string)
2020
>>> pipe_func_graph_widget
2121
2222
"""

0 commit comments

Comments
 (0)