summaryrefslogtreecommitdiff
path: root/python/flowgraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/flowgraph.py')
-rw-r--r--python/flowgraph.py2
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