summaryrefslogtreecommitdiff
path: root/python/flowgraph.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-09-14 01:06:50 -0400
committerJordan Wiens <jordan@psifertex.com>2019-09-14 01:06:50 -0400
commit4d9138e3ef76ce300f054a8cb07b1a2327b35a83 (patch)
tree9e861d3ab7c5f498529bf7f5a830bd9991ae6a55 /python/flowgraph.py
parentbfb25cec540d6b621273e1a726e4866c398d4868 (diff)
lots of small documentation updates, mostly around making sure parameters are consistent and typed properly
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
"""