Skip to content

Commit c5f3fcb

Browse files
committedAug 19, 2016
Fix minor docstring typo
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent acd6db1 commit c5f3fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎nikola/nikola.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,9 @@ def render_shortcode(*args, **kw):
14541454
def _register_templated_shortcodes(self):
14551455
"""Register shortcodes based on templates.
14561456
1457-
This will register a shortcode for any template found in shortcode/
1458-
and a generic "template" shortcode which will consider the content
1459-
in the shortcode as a template in itself.
1457+
This will register a shortcode for any template found in shortcodes/
1458+
folders and a generic "template" shortcode which will consider the
1459+
content in the shortcode as a template in itself.
14601460
"""
14611461
self.register_shortcode('template', self._template_shortcode_handler)
14621462

0 commit comments

Comments
 (0)
Please sign in to comment.