diff --git a/examples/scripts/compare_comsol/compare_comsol_DFN.py b/examples/scripts/compare_comsol/compare_comsol_DFN.py index 924521e16a..12902e97f2 100644 --- a/examples/scripts/compare_comsol/compare_comsol_DFN.py +++ b/examples/scripts/compare_comsol/compare_comsol_DFN.py @@ -63,7 +63,7 @@ def get_interp_fun(variable_name, domain): """ Create a :class:`pybamm.Function` object using the variable, to allow plotting with - :class:`'pybamm.QuickPlot'` (interpolate in space to match edges, and then create + :class:`'pybamm.QuickPlot'` (interpolate in space to match nodes, and then create function to interpolate in time) """ variable = comsol_variables[variable_name]