Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
e10v committed Jun 9, 2024
1 parent 3f17130 commit 24e8593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tea_tasting/metrics/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__( # noqa: PLR0913
batch: int | None = None,
random_state: int | np.random.Generator | np.random.SeedSequence | None = None,
) -> None:
"""Metric for analysis of a statistic using bootstrap.
"""Metric for analysis of a statistic using bootstrap resampling.
Args:
columns: Names of the columns to be used in the analysis.
Expand Down

0 comments on commit 24e8593

Please sign in to comment.