Skip to content

Commit

Permalink
Fix minor docstring typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 19, 2016
1 parent acd6db1 commit c5f3fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nikola/nikola.py
Expand Up @@ -1454,9 +1454,9 @@ def render_shortcode(*args, **kw):
def _register_templated_shortcodes(self):
"""Register shortcodes based on templates.
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.
This will register a shortcode for any template found in shortcodes/
folders and a generic "template" shortcode which will consider the
content in the shortcode as a template in itself.
"""
self.register_shortcode('template', self._template_shortcode_handler)

Expand Down

0 comments on commit c5f3fcb

Please sign in to comment.