Skip to content

Commit

Permalink
docs: fixup docs on enlarge graph
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Aug 29, 2023
1 parent 2ff5557 commit 251cfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gufe/ligandnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 251cfaf

Please sign in to comment.