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.