Skip to content

Commit

Permalink
Fix typo (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejzacha authored Jan 16, 2021
1 parent cc00d33 commit aa488f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ def plot(self, ax, boxplot_kws):
orient : "v" | "h", optional
Orientation of the plot (vertical or horizontal). This is usually
inferred based on the type of the input variables, but it can be used
to resolve ambiguitiy when both `x` and `y` are numeric or when
to resolve ambiguity when both `x` and `y` are numeric or when
plotting wide-form data.\
"""),
color=dedent("""\
Expand Down

0 comments on commit aa488f0

Please sign in to comment.