diff --git a/larch/io/mergegroups.py b/larch/io/mergegroups.py index 99d3f115f..6aec688d4 100644 --- a/larch/io/mergegroups.py +++ b/larch/io/mergegroups.py @@ -216,7 +216,7 @@ def avg_arrays_1d(data, axis=None, weights=None, **kws): data_fmt : str define data format - "curves" -> :func:`curves_to_matrix` - - "lists" -> :func:`curves_to_matrix` + - "lists" -> :func:`lists_to_matrix` weights : None or array weights for the average