From: Thierry Parmentelat Date: Wed, 19 Dec 2012 10:00:27 +0000 (+0100) Subject: cosmetic X-Git-Tag: myslice-django-0.1-1~128 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=74c248dcb1d88c9ce7994d4eb02dc5539e77dd62;p=unfold.git cosmetic --- 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()