cosmetic
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 10:00:27 +0000 (11:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 10:00:27 +0000 (11:00 +0100)
engine/plugin.py

index 80a914a..5de2d76 100644 (file)
@@ -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()