Skip to content

Commit 09195d4

Browse files
authored
Fix typo in docstring: trusthworthy->trustworthy (#3712)
1 parent f0b48e8 commit 09195d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/categorical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ def boxenplot(
20152015
20162016
- `"tukey"`: Use log2(n) - 3 levels, covering similar range as boxplot whiskers
20172017
- `"proportion"`: Leave approximately `outlier_prop` fliers
2018-
- `"trusthworthy"`: Extend to level with confidence of at least `trust_alpha`
2018+
- `"trustworthy"`: Extend to level with confidence of at least `trust_alpha`
20192019
- `"full"`: Use log2(n) + 1 levels and extend to most extreme points
20202020
outlier_prop : float
20212021
Proportion of data expected to be outliers; used when `k_depth="proportion"`.

0 commit comments

Comments
 (0)