From 4d9138e3ef76ce300f054a8cb07b1a2327b35a83 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 14 Sep 2019 01:06:50 -0400 Subject: lots of small documentation updates, mostly around making sure parameters are consistent and typed properly --- python/flowgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/flowgraph.py') 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 """ -- cgit v1.3.1