Skip to content

Commit

Permalink
updated docstring of validate_theme_list
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jan 13, 2020
1 parent 78c68ab commit e115f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_utils/theme_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def validate_theme_list(self, theme_list):
Raises
------
InvalidThemeException
[description]
If a theme name provided in theme_list isn't valid.
"""
valid_themes = self.get_theme_names()
invalid_themes = []
Expand Down

0 comments on commit e115f83

Please sign in to comment.