From b71069dcc9436bc0d1b0d635055db104f5b8dad8 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Sun, 28 Dec 2025 23:26:45 +0000 Subject: [PATCH] Fix duplication typo in stats documentation --- docs/stats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.md b/docs/stats.md index 75c5d36705..87a2ed5f83 100644 --- a/docs/stats.md +++ b/docs/stats.md @@ -349,7 +349,7 @@ The `indexes` parameter is interpreted in the following way: that we also drop the outer dimension of the result array in this case**. - If it is a list of `k`-tuples (each consisting of integers - of integers between `0` and `len(sample_sets) - 1`) of length `n` we + between `0` and `len(sample_sets) - 1`) of length `n` we compute `n` statistics based on these selections of sample sets.