diff options
| author | Galen Williamson <galen@vector35.com> | 2021-12-06 22:41:05 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2021-12-06 22:41:05 -0500 |
| commit | 1619f845ec5e78e4890138c4fc61cea7b8923510 (patch) | |
| tree | a55e9233abe8befd6428ea3f612ddc5194198dfc /python/flowgraph.py | |
| parent | 853449ea871a150b92b66928eecf30476674168d (diff) | |
fixed documentation for flowgraph.FlowGraph.populate_nodes
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 |
