Skip to content

Commit

Permalink
Typo in guide.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvieira authored Nov 27, 2023
1 parent 18b748f commit 99e40aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnine/guides/guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, **kwargs):
if hasattr(self, k) or k in no_default:
setattr(self, k, v)
else:
tpl = "{} does not undestand attribute '{}'"
tpl = "{} does not understand attribute '{}'"
raise PlotnineError(tpl.format(self.__class__.__name__, k))

def _set_defaults(self, theme: Theme):
Expand Down

0 comments on commit 99e40aa

Please sign in to comment.