Skip to content

Commit a6703f2

Browse files
committed
Remove outdated note from docstring
Sage no longer sorts the output since commit 5b0c7b4
1 parent c9dd1e8 commit a6703f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sage/graphs/graph.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5823,12 +5823,6 @@ def cliques_maximal(self, algorithm='native'):
58235823
implementation of the Bron and Kerbosch Algorithm [BK1973]_
58245824
58255825
5826-
.. NOTE::
5827-
5828-
This method sorts its output before returning it. If you prefer to
5829-
save the extra time, you can call
5830-
:class:`sage.graphs.independent_sets.IndependentSets` directly.
5831-
58325826
.. NOTE::
58335827
58345828
Sage's implementation of the enumeration of *maximal* independent

0 commit comments

Comments
 (0)