File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ The :mod:`functools` module defines the following functions:
663
663
664
664
.. method :: static_order()
665
665
666
- Returns an iterable of nodes in a stable topological order. Using this method
666
+ Returns an iterable of nodes in a topological order. Using this method
667
667
does not require to call :meth: `TopologicalSorter.prepare ` or
668
668
:meth: `TopologicalSorter.done `. This method is equivalent to::
669
669
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ def _find_cycle(self):
413
413
return None
414
414
415
415
def static_order (self ):
416
- """Returns an iterable of nodes in a stable topological order.
416
+ """Returns an iterable of nodes in a topological order.
417
417
418
418
Using this method does not require to call "prepare" or "done". If any
419
419
cycle is detected, :exc:`CycleError` will be raised.
You can’t perform that action at this time.
0 commit comments