diff options
Diffstat (limited to 'python/flowgraph.py')
| -rw-r--r-- | python/flowgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flowgraph.py b/python/flowgraph.py index 725af442..91ac01a8 100644 --- a/python/flowgraph.py +++ b/python/flowgraph.py @@ -524,7 +524,7 @@ class FlowGraph: def populate_nodes(self): """ - ``prepare_for_layout`` can be overridden by subclasses to create nodes in a graph when a flow + ``populate_nodes`` can be overridden by subclasses to create nodes in a graph when a flow graph needs to be rendered. This will happen on a worker thread and will not block the UI. """ pass |
