Skip to content

Commit 98fe8dd

Browse files
Saatvik RaosaatvikraoIITGN
authored andcommitted
output should be DiGraph
1 parent 96344b6 commit 98fe8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/orientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def acyclic_orientations(G):
114114
Graph with one edge::
115115
116116
sage: list(Graph([(0, 1)]).acyclic_orientations())
117-
[Graph on 2 vertices, Graph on 2 vertices]
117+
[DiGraph on 2 vertices, DiGraph on 2 vertices]
118118
119119
Graph with two edges::
120120

0 commit comments

Comments
 (0)