Skip to content

Commit

Permalink
mistake in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saatvik Rao authored and saatvikraoIITGN committed Mar 21, 2024
1 parent 98fe8dd commit bef9946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/orientations.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def acyclic_orientations(G):
Graph with one edge::
sage: list(Graph([(0, 1)]).acyclic_orientations())
[DiGraph on 2 vertices, DiGraph on 2 vertices]
[Digraph on 2 vertices, Digraph on 2 vertices]
Graph with two edges::
Expand Down

0 comments on commit bef9946

Please sign in to comment.