Corrected class name
authorThierry Florac <thierry.florac@onf.fr>
Thu, 22 Feb 2018 17:04:26 +0100
changeset 408 e1d40ed27899
parent 407 0ef5de2d5674
child 409 6ad2cc0eab55
Corrected class name
src/pyams_content/component/paragraph/header.py
--- a/src/pyams_content/component/paragraph/header.py	Thu Feb 22 15:58:28 2018 +0100
+++ b/src/pyams_content/component/paragraph/header.py	Thu Feb 22 17:04:26 2018 +0100
@@ -49,8 +49,8 @@
 
 
 @utility_config(name=HEADER_PARAGRAPH_TYPE, provides=IParagraphFactory)
-class HTMLParagraphFactory(BaseParagraphFactory):
-    """HTML paragraph factory"""
+class HeaderParagraphFactory(BaseParagraphFactory):
+    """Header paragraph factory"""
 
     name = _("Header paragraph")
     content_type = HeaderParagraph