diff --git a/api/import_export/export.py b/api/import_export/export.py index 0aa106b2e25b..cca4c3205886 100644 --- a/api/import_export/export.py +++ b/api/import_export/export.py @@ -167,7 +167,7 @@ def export_identities(organisation_id: int) -> typing.List[dict]: def export_features(organisation_id: int) -> typing.List[dict]: """ - Export all features and related entities (including ChangeRequests) + Export all features and related entities, except ChangeRequests. """ feature_states = []