Navigation Menu

Skip to content

Commit

Permalink
Making pydoctest happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 25, 2016
1 parent 9e80b59 commit 6953d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -276,7 +276,7 @@ def register_extra_dependencies(self, post):
post.add_dependency(lambda: self._read_extra_deps(post), 'fragment')

def get_extra_targets(self, post, lang, dest):
"""Returns a list of extra targets for the render_posts task when compiling the post for the specified language."""
"""Return a list of extra targets for the render_posts task when compiling the post for the specified language."""
return []

def compile(self, source, dest, is_two_file=True, post=None, lang=None):
Expand Down

0 comments on commit 6953d3d

Please sign in to comment.