Skip to content

Commit

Permalink
Fix pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Apr 24, 2022
1 parent 097fe28 commit 4936096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ def wrap(self, source, *args):


def nikola_find_formatter_class(alias):
"""A Nikola-specific version of find_formatter_class."""
"""Nikola-specific version of find_formatter_class."""
if alias.lower().contains('html'):
return NikolaPygmentsHTML
return _original_find_formatter_class(alias)
Expand Down

0 comments on commit 4936096

Please sign in to comment.