Skip to content

Commit

Permalink
First line should be in imperative mood
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 8, 2016
1 parent b62f83a commit dff7d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/theme.py
Expand Up @@ -259,7 +259,7 @@ def list_available(self, url):
return 0

def copy_template(self, template):
"""Copies the named template file from the parent to a local theme or to templates/."""
"""Copy the named template file from the parent to a local theme or to templates/."""
# Find template
t = self.site.template_system.get_template_path(template)
if t is None:
Expand Down

0 comments on commit dff7d20

Please sign in to comment.