diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index e684d93bb5d8..e63b7a75f36b 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -1508,7 +1508,7 @@ def plot(self, *args, scalex=True, scaley=True, **kwargs): See Also -------- - scatter : XY scatter plot with markers of variing size and/or color ( + scatter : XY scatter plot with markers of varying size and/or color ( sometimes also called bubble chart).