Skip to content

Commit 7001ebe

Browse files
authored
Fix small typo in docstring (#3863)
1 parent 86b5481 commit 7001ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/_stats/aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Est(Stat):
7272
Name of a :class:`numpy.ndarray` method or a vector -> scalar function.
7373
errorbar : str, (str, float) tuple, or callable
7474
Name of errorbar method (one of "ci", "pi", "se" or "sd"), or a tuple
75-
with a method name ane a level parameter, or a function that maps from a
75+
with a method name and a level parameter, or a function that maps from a
7676
vector to a (min, max) interval.
7777
n_boot : int
7878
Number of bootstrap samples to draw for "ci" errorbars.

0 commit comments

Comments
 (0)