Skip to content

Commit 7650e4e

Browse files
authored
DOC: fix a typo: relaying -> relying (#48282)
fix a typo: relaying -> relying
1 parent b8dcd27 commit 7650e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def bootstrap_plot(
336336
Bootstrap plot on mean, median and mid-range statistics.
337337
338338
The bootstrap plot is used to estimate the uncertainty of a statistic
339-
by relaying on random sampling with replacement [1]_. This function will
339+
by relying on random sampling with replacement [1]_. This function will
340340
generate bootstrapping plots for mean, median and mid-range statistics
341341
for the given number of samples of the given size.
342342

0 commit comments

Comments
 (0)