eric6/Graphics/GraphicsUtilities.py

changeset 8286
62ae22eae123
parent 8222
5994b80b8760
child 8287
30eb7bc13d63
diff -r 1816b622aef2 -r 62ae22eae123 eric6/Graphics/GraphicsUtilities.py
--- a/eric6/Graphics/GraphicsUtilities.py	Sun May 02 18:16:54 2021 +0200
+++ b/eric6/Graphics/GraphicsUtilities.py	Mon May 03 19:42:27 2021 +0200
@@ -27,8 +27,8 @@
     @param nodes list of nodes to be sorted
     @param routes list of routes between the nodes
     @param noRecursion flag indicating, if recursion errors should be raised
+    @return list of stages
     @exception RecursionError a recursion error was detected
-    @return list of stages
     """
     children, parents = _buildChildrenLists(routes)
     

eric ide

mercurial