From 2fb6ab8bedd337c76de829c542c5c317098fb72c Mon Sep 17 00:00:00 2001 From: Peter Ralph Date: Mon, 14 Oct 2024 21:58:50 -0700 Subject: [PATCH] minor typo (#3019) --- docs/stats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stats.md b/docs/stats.md index 33b41ae20a..0dfdc01c5c 100644 --- a/docs/stats.md +++ b/docs/stats.md @@ -339,11 +339,11 @@ The `indexes` parameter is interpreted in the following way: statistic selecting the specified sample sets and we remove the last dimension in the result array as described in the {ref}`sec_stats_output_dimensions` section. -- If if is `None` and `sample_sets` contains exactly `k` sample sets, +- If it is `None` and `sample_sets` contains exactly `k` sample sets, this is equivalent to `indexes=range(k)`. **Note that we also drop the outer dimension of the result array in this case**. -- If is is a list of `k`-tuples (each consisting of integers +- 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 compute `n` statistics based on these selections of sample sets.