Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 15, 2015
1 parent bbd31e8 commit 7ac80d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nikola/plugins/command/new_post.py
Expand Up @@ -439,8 +439,7 @@ def filter_post_pages(self, compiler, is_post):
return filtered[0]

def print_compilers(self):
"""List all available compilers in a human-friendly format.
"""
"""List all available compilers in a human-friendly format."""
# We use compilers_raw, because the normal dict can contain
# garbage coming from the translation candidate implementation.
# Entries are in format: (name, extensions, used_in_post_pages)
Expand Down

0 comments on commit 7ac80d9

Please sign in to comment.