From 1619f845ec5e78e4890138c4fc61cea7b8923510 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Mon, 6 Dec 2021 22:41:05 -0500 Subject: fixed documentation for flowgraph.FlowGraph.populate_nodes --- python/flowgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.3.1