Skip to content

Commit c574969

Browse files
authored
Merge pull request #12326 from michaeljancsy/spelling
fixed minor spelling error in docstring
2 parents 08c01e3 + 0f799b6 commit c574969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ def plot(self, *args, scalex=True, scaley=True, **kwargs):
15081508
15091509
See Also
15101510
--------
1511-
scatter : XY scatter plot with markers of variing size and/or color (
1511+
scatter : XY scatter plot with markers of varying size and/or color (
15121512
sometimes also called bubble chart).
15131513
15141514

0 commit comments

Comments
 (0)