Skip to content

Commit

Permalink
Update vermouth/processors/water_bias.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter C Kroon <[email protected]>
  • Loading branch information
fgrunewald and pckroon authored Dec 5, 2023
1 parent 911b3a6 commit 23138d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vermouth/processors/water_bias.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def assign_residue_water_bias(self, molecule, res_graph):
Parameters
----------
molecule: :class:vermouth.molecule.Molecule
molecule: :class:`vermouth.molecule.Molecule`
the molecule
res_graph: :class:vermouth.molecule.Molecule
res_graph: :class:`vermouth.molecule.Molecule`
the residue graph of the molecule
"""
for res_node in res_graph.nodes:
Expand Down

0 comments on commit 23138d6

Please sign in to comment.