Skip to content

Commit

Permalink
Fix pydocstyle “warning”
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 15, 2018
1 parent faf1a6f commit 861b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -1877,7 +1877,7 @@ def smartjoin(join_char: str, string_or_iterable) -> str:


def _smartjoin_filter(string_or_iterable, join_char: str) -> str:
"""A version of smartjoin that works as a Jinja filter (with reversed arguments)."""
"""Join stuff smartly, with reversed arguments for Jinja2 filters."""
# http://jinja.pocoo.org/docs/2.10/api/#custom-filters
return smartjoin(join_char, string_or_iterable)

Expand Down

0 comments on commit 861b4d7

Please sign in to comment.