Skip to content

Commit

Permalink
Fix typo in docstring: trusthworthy->trustworthy (#3712)
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Jun 16, 2024
1 parent f0b48e8 commit 09195d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ def boxenplot(
- `"tukey"`: Use log2(n) - 3 levels, covering similar range as boxplot whiskers
- `"proportion"`: Leave approximately `outlier_prop` fliers
- `"trusthworthy"`: Extend to level with confidence of at least `trust_alpha`
- `"trustworthy"`: Extend to level with confidence of at least `trust_alpha`
- `"full"`: Use log2(n) + 1 levels and extend to most extreme points
outlier_prop : float
Proportion of data expected to be outliers; used when `k_depth="proportion"`.
Expand Down

0 comments on commit 09195d4

Please sign in to comment.