[doc] fix inaccurate docstring stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 05 Nov 2009 12:41:03 +0100
branchstable
changeset 3795 ce6381416a12
parent 3794 c741061d5348
child 3796 f4e924106fdc
[doc] fix inaccurate docstring
web/views/basetemplates.py
--- a/web/views/basetemplates.py	Wed Oct 28 12:19:01 2009 +0100
+++ b/web/views/basetemplates.py	Thu Nov 05 12:41:03 2009 +0100
@@ -418,7 +418,7 @@
 
 
 class HTMLPageFooter(View):
-    """default html page footer: include logo if any, and close the HTML body
+    """default html page footer: include footer actions
     """
     id = 'footer'