From 74c248dcb1d88c9ce7994d4eb02dc5539e77dd62 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 19 Dec 2012 11:00:27 +0100 Subject: [PATCH] cosmetic --- engine/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/plugin.py b/engine/plugin.py index 80a914a1..5de2d768 100644 --- a/engine/plugin.py +++ b/engine/plugin.py @@ -70,9 +70,9 @@ class Plugin: return result - # you may redefine this completely, but if you don't we'll just use method - # template() to find out which template to use, and render_env() to compute - # a dictionary to pass along to the templating system + # you may redefine this completely, but if you don't we'll just use methods + # . template() to find out which template to use, and + # . render_env() to compute a dictionary to pass along to the templating system def render_content (self, request): """Should return an HTML fragment""" template = self.template() -- 2.43.0