From 4104cde86a6452bd7b371e08d9f7d3b7b420d31c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 12 Apr 2023 04:05:25 -0400 Subject: small pydoc tweaks --- 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 73b9f6c8..b8a0b42a 100644 --- a/python/flowgraph.py +++ b/python/flowgraph.py @@ -808,7 +808,7 @@ class FlowGraph: def update(self): """ ``update`` can be overridden by subclasses to allow a graph to be updated after it has been - presented in the UI. This will automatically occur if the function referenced by the :attr:`function` + presented in the UI. This will automatically occur if the function referenced by the :py:attr:`function` property has been updated. Return a new :class:`FlowGraph` object with the new information if updates are desired. If the graph -- cgit v1.3.1