diff --git a/xscen/indicators.py b/xscen/indicators.py index 3ea0737d..f198c3fa 100644 --- a/xscen/indicators.py +++ b/xscen/indicators.py @@ -311,7 +311,7 @@ def select_inds_for_avail_vars( ds : xr.Dataset Dataset to use for the indicators. indicators : Union[str, os.PathLike, Sequence[Indicator], Sequence[Tuple[str, Indicator]]] - Path to a YAML file that instructs on how to calculate missing variables. + Path to a YAML file that instructs on how to calculate indicators. Can also be only the "stem", if translations and custom indices are implemented. Can be the indicator module directly, or a sequence of indicators or a sequence of tuples (indicator name, indicator) as returned by `iter_indicators()`.