src/pyams_content/component/paragraph/interfaces/__init__.py
changeset 487 093f201e3168
parent 406 5527bc086216
child 550 9658debb49a3
--- a/src/pyams_content/component/paragraph/interfaces/__init__.py	Thu Mar 15 12:06:23 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/__init__.py	Fri Mar 16 08:17:54 2018 +0100
@@ -87,7 +87,7 @@
                                    value_type=Choice(vocabulary='PyAMS paragraph factories'))
 
 
-class IParagraphPreview(IContentProvider):
-    """Paragraph preview renderer"""
+class IParagraphRenderer(IContentProvider):
+    """Paragraph renderer interface"""
 
     language = Attribute("Preview language")