src/pyams_content/component/paragraph/header.py
changeset 408 e1d40ed27899
parent 407 0ef5de2d5674
child 420 edf9ce1b3f69
--- 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