From 2b2910a1ac847ba0a04a5bec2adb73e389843c32 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 18 Jan 2018 15:59:45 +0100 Subject: [PATCH] Fix typo in comment --- pillar/web/nodes/custom/posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pillar/web/nodes/custom/posts.py b/pillar/web/nodes/custom/posts.py index db588711..f0b3834c 100644 --- a/pillar/web/nodes/custom/posts.py +++ b/pillar/web/nodes/custom/posts.py @@ -36,6 +36,7 @@ def posts_view(project_id=None, project_url=None, url=None, *, archive=False, pa api = system_util.pillar_api() # Fetch project (for backgroud images and links generation) + # Fetch project (for background images and links generation) if project_id: project = Project.find(project_id, api=api) else: