Skip to content

Commit

Permalink
Update openff/units/units.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh A. Mitchell <yoshanuikabundi@gmail.com>
  • Loading branch information
mattwthompson and Yoshanuikabundi authored Jun 3, 2022
1 parent cc76b08 commit e43884e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openff/units/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ def _dask_finalize(results, func, args, units):

@requires_package("openmm")
def to_openmm(self) -> "OpenMMQuantity":
"""Convert the quantity to an `openmm.unit.Quantity`.
"""Convert the quantity to an ``openmm.unit.Quantity``.
Returns
-------
openmm_unit : str
The OpenMM compatible unit.
openmm_quantity : openmm.unit.quantity.Quantity
The OpenMM compatible quantity.
"""
from openff.units.openmm import to_openmm

Expand Down

0 comments on commit e43884e

Please sign in to comment.