Skip to content

Commit

Permalink
Fix typo: singeton --> singleton (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
craymichael authored May 14, 2021
1 parent 58461e1 commit fc50d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def facet_kw_deprecation(key, val):
if not isinstance(markers, list):
markers = [markers] * n_markers
if len(markers) != n_markers:
raise ValueError(("markers must be a singeton or a list of markers "
raise ValueError(("markers must be a singleton or a list of markers "
"for each level of the hue variable"))
facets.hue_kws = {"marker": markers}

Expand Down

0 comments on commit fc50d08

Please sign in to comment.