From 5225101dade6e73db467607f225a9a0b2ca3e234 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Mon, 4 Dec 2023 07:11:21 -0500 Subject: [PATCH] Fix garbled docstring text --- seaborn/_stats/aggregation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seaborn/_stats/aggregation.py b/seaborn/_stats/aggregation.py index 3ead05a49e..aa7677b142 100644 --- a/seaborn/_stats/aggregation.py +++ b/seaborn/_stats/aggregation.py @@ -64,7 +64,7 @@ class Est(Stat): - **weight**: When passed to a layer that uses this stat, a weighted estimate will be computed. Note that use of weights currently limits the choice of - estimator error bar method to `"mean"` and `"ci"`, respectively. + function and error bar method to `"mean"` and `"ci"`, respectively. Parameters ----------