From bc798611adcf7bb78bb75e2fa2d09299593331da Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Wed, 17 Dec 2025 11:53:48 +0100 Subject: [PATCH] Typo --- src/plone/exportimport/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""