From 4d95e85a5bac6b6c408921c69228eb4bad447055 Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Mon, 18 Sep 2023 09:59:35 +0200 Subject: [PATCH] Update files --- kpops/component_handlers/kafka_connect/kafka_connect_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpops/component_handlers/kafka_connect/kafka_connect_handler.py b/kpops/component_handlers/kafka_connect/kafka_connect_handler.py index 87d6d7061..14f5af076 100644 --- a/kpops/component_handlers/kafka_connect/kafka_connect_handler.py +++ b/kpops/component_handlers/kafka_connect/kafka_connect_handler.py @@ -66,7 +66,7 @@ def create_connector( def destroy_connector(self, connector_name: str, *, dry_run: bool) -> None: """ Deletes a connector resource from the cluster. - :param connector_name: The connector config. + :param connector_name: The connector name. :param dry_run: If the connector deletion should be run in dry run mode. """ if dry_run: