Skip to content

Commit a3cb0f1

Browse files
authored
microscopic typofix: "swaarms" (#3611)
appears here: https://seaborn.pydata.org/generated/seaborn.swarmplot.html
1 parent 6890b31 commit a3cb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/categorical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ def swarmplot(
22812281
{order_vars}
22822282
dodge : bool
22832283
When a `hue` variable is assigned, setting this to `True` will
2284-
separate the swaarms for different hue levels along the categorical
2284+
separate the swarms for different hue levels along the categorical
22852285
axis and narrow the amount of space allotedto each strip. Otherwise,
22862286
the points for each level will be plotted in the same swarm.
22872287
{orient}

0 commit comments

Comments
 (0)