Skip to content

Commit

Permalink
Minor fix in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
e10v committed Jun 9, 2024
1 parent 5f1e988 commit 3f17130
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 confidence interval.
"""Metric for analysis of a statistic using bootstrap.
Args:
columns: Names of the columns to be used in the analysis.
Expand Down

0 comments on commit 3f17130

Please sign in to comment.