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 69e3bd69..461cfc22 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -647,7 +647,7 @@ class FlowGraph(object):
This function does not wait for the graph to be ready to display, but a callback can be provided
to signal when the graph is ready.
- :param callable() callback: Function to be called when the graph is ready to display
+ :param callback callback: Function to be called when the graph is ready to display
:return: Pending flow graph layout request object
:rtype: FlowGraphLayoutRequest
"""