From e43884e298e0c2a1011fbdaf799c68b1a2fed9c0 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 3 Jun 2022 09:09:32 -0500 Subject: [PATCH] Update openff/units/units.py Co-authored-by: Josh A. Mitchell --- openff/units/units.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openff/units/units.py b/openff/units/units.py index 0ed93b4..332425f 100644 --- a/openff/units/units.py +++ b/openff/units/units.py @@ -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