From 3af775bf399c4889b2162f93dcc8748ba6fd6d43 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Fri, 28 Aug 2015 19:00:14 +0200 Subject: [PATCH] One typo too. --- nikola/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nikola/post.py b/nikola/post.py index c828e444a5..e751d609b5 100644 --- a/nikola/post.py +++ b/nikola/post.py @@ -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)