From 12198364163f0393ba1524f8d6671d45bba251d2 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 28 Nov 2023 12:30:15 -0500 Subject: [PATCH] fix docstring --- hopsflow/hopsflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hopsflow/hopsflow.py b/hopsflow/hopsflow.py index 8e1bb9b..1e86a21 100644 --- a/hopsflow/hopsflow.py +++ b/hopsflow/hopsflow.py @@ -633,7 +633,7 @@ def interaction_energy_ensemble( :param power: whether to calculate the interaction power - The ``**kwargs`` are passed to :any:`hopsflow.utility.ensemble_mean`. + The ``**kwargs`` are passed to :any:`hopsflow.util.ensemble_mean`. :returns: the value of the interaction energy (or power) for each time step """