Skip to content

Commit

Permalink
minor typo (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp authored Oct 15, 2024
1 parent ec4df31 commit 2fb6ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2fb6ab8

Please sign in to comment.