Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #13917: Broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Mar 24, 2014
1 parent 09052a0 commit 635c88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph.py
Expand Up @@ -4911,7 +4911,7 @@ def cliques_maximal(self, algorithm = "native"):
[3, 8], [4, 9], [5, 7], [5, 8], [6, 8], [6, 9], [7, 9]]
sage: C = Graph('DJ{')
sage: C.cliques_maximal()
[[0, 4], [4, 1, 2, 3]]
[[0, 4], [1, 2, 3, 4]]
Comparing the two implementations::
Expand Down

0 comments on commit 635c88d

Please sign in to comment.