[web/views] Fix a docstring
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 23 Feb 2017 10:59:56 +0100
changeset 11996 b8ebd8724a37
parent 11995 7d56ae4aa0ee
child 11998 cd09178c80a8
[web/views] Fix a docstring
cubicweb/web/views/basetemplates.py
--- a/cubicweb/web/views/basetemplates.py	Thu Feb 23 08:37:39 2017 +0100
+++ b/cubicweb/web/views/basetemplates.py	Thu Feb 23 10:59:56 2017 +0100
@@ -406,9 +406,7 @@
 
 
 class HTMLContentHeader(View):
-    """default html page content header:
-    * include message component if selectable for this request
-    * include selectable content navigation components
+    """default html page content header: include selectable content navigation components
     """
     __regid__ = 'contentheader'