From 251cfafaa585ac208b80454048692e9e0c8c162b Mon Sep 17 00:00:00 2001 From: richard gowers Date: Tue, 29 Aug 2023 11:16:44 +0100 Subject: [PATCH] docs: fixup docs on enlarge graph --- gufe/ligandnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gufe/ligandnetwork.py b/gufe/ligandnetwork.py index b1366deb..3390f377 100644 --- a/gufe/ligandnetwork.py +++ b/gufe/ligandnetwork.py @@ -170,7 +170,7 @@ def enlarge_graph(self, *, edges=None, nodes=None) -> LigandNetwork: Returns ------- - :class:`.Network : + :class:`.Network` : a new network adding the given edges and nodes to this network """ if edges is None: