Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 19, 2016
1 parent 185f09b commit 827d6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/nikola.py
Expand Up @@ -1456,8 +1456,8 @@ def _register_templated_shortcodes(self):
This will register a shortcode for any template found in shortcode/
and a generic "template" shortcode which will consider the content
in the shortcode as a template in itself."""

in the shortcode as a template in itself.
"""
self.register_shortcode('template', self._template_shortcode_handler)

builtin_sc_dir = resource_filename(
Expand Down

0 comments on commit 827d6f3

Please sign in to comment.