From e64ae26905b5056efff1990d93fce2fc8b1067fe Mon Sep 17 00:00:00 2001 From: partev Date: Sat, 27 Aug 2022 12:45:51 -0400 Subject: [PATCH] fix a typo: relaying -> relying --- pandas/plotting/_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/plotting/_misc.py b/pandas/plotting/_misc.py index 5bd2e8a53e8e8..59117a3400bfd 100644 --- a/pandas/plotting/_misc.py +++ b/pandas/plotting/_misc.py @@ -336,7 +336,7 @@ def bootstrap_plot( Bootstrap plot on mean, median and mid-range statistics. The bootstrap plot is used to estimate the uncertainty of a statistic - by relaying on random sampling with replacement [1]_. This function will + by relying on random sampling with replacement [1]_. This function will generate bootstrapping plots for mean, median and mid-range statistics for the given number of samples of the given size.