Skip to content

Commit

Permalink
Making pydocstyle happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 17, 2016
1 parent 2348de0 commit ba16539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/misc/taxonomies_classifier.py
Expand Up @@ -213,7 +213,7 @@ def _postprocess_path(self, path, lang, always_append_index=False, force_extensi

@staticmethod
def _parse_path_result(result):
"""Helps interpreting the return values of taxonomy.get_path() and taxonomy.get_list_path()."""
"""Interpret the return values of taxonomy.get_path() and taxonomy.get_list_path() as if all three return values were given."""
if not isinstance(result[0], (list, tuple)):
# The result must be a list or tuple of strings. Wrap into a tuple
result = (result, )
Expand Down

0 comments on commit ba16539

Please sign in to comment.