diff --git a/src/plone/exportimport/interfaces.py b/src/plone/exportimport/interfaces.py index 0f3c732..fd2b3fb 100644 --- a/src/plone/exportimport/interfaces.py +++ b/src/plone/exportimport/interfaces.py @@ -20,4 +20,4 @@ class INamedExporter(Interface): class INamedImporter(Interface): - """Component to export content from a Plone Site.""" + """Component to import content from a Plone Site."""