Skip to content

Commit 84aa56b

Browse files
authored
DOC: correction to "size" in the plotting.bootstrap_plot docstring (#35026)
1 parent fc3b43a commit 84aa56b

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
@@ -300,7 +300,7 @@ def bootstrap_plot(series, fig=None, size=50, samples=500, **kwds):
300300
creating a new one with default parameters.
301301
size : int, default 50
302302
Number of data points to consider during each sampling. It must be
303-
greater or equal than the length of the `series`.
303+
less than or equal to the length of the `series`.
304304
samples : int, default 500
305305
Number of times the bootstrap procedure is performed.
306306
**kwds

0 commit comments

Comments
 (0)