Skip to content

Commit

Permalink
One typo too.
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Aug 28, 2015
1 parent 6ebf574 commit 3af775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/post.py
Expand Up @@ -771,7 +771,7 @@ def section_name(self, lang=None):
name = slug.replace('-', ' ').title()
return name

def setion_slug(self, lang=None):
def section_slug(self, lang=None):
"""Return the slug for the post's section."""
if not self.config['POSTS_SECTION_FROM_META']:
dest = self.destination_path(lang)
Expand Down

0 comments on commit 3af775b

Please sign in to comment.