From 229c3c7a4713bc0c50e4a2200cd60197d82c69fe Mon Sep 17 00:00:00 2001 From: "opd16@lbm16jade" Date: Fri, 15 Sep 2023 19:37:42 +0200 Subject: [PATCH] typo --- larch/io/mergegroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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