Skip to content

Commit

Permalink
Minor changes to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Jul 17, 2020
1 parent 0619582 commit 1bf8599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offpele/utils/toolkits.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def from_rdkit(self, molecule):
Returns
-------
molecule : an openforcefield.topology.molecule object
molecule : an openforcefield.topology.Molecule object
The OpenForceField's Molecule
"""
from openforcefield.topology.molecule import Molecule
Expand Down Expand Up @@ -409,7 +409,7 @@ def get_parameters_from_forcefield(self, forcefield, molecule):
Parameters
----------
forcefield : an openforcefield.typing.engines.smirnoff.ForceField
forcefield : str or an openforcefield.typing.engines.smirnoff.ForceField
object
The forcefield from which the parameters will be obtained
molecule : an offpele.topology.Molecule
Expand Down

0 comments on commit 1bf8599

Please sign in to comment.