From f9afb4e31106caab1d4681d8c3f27076005607d8 Mon Sep 17 00:00:00 2001 From: Arsen Kitov Date: Mon, 20 Mar 2023 20:19:29 +0100 Subject: [PATCH] typo: typo in docs --- kafka/admin/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kafka/admin/client.py b/kafka/admin/client.py index 423c371f1..b6b310702 100644 --- a/kafka/admin/client.py +++ b/kafka/admin/client.py @@ -1023,8 +1023,6 @@ def _get_leader_for_partitions(self, partitions, timeout_ms=None): def delete_records(self, records_to_delete, timeout_ms=None, partition_leader_id=None): """Delete records whose offset is smaller than the given offset of the corresponding partition. - Note: if partition - :param records_to_delete: ``{TopicPartition: int}``: The earliest available offsets for the given partitions. :param timeout_ms: ``float``: Timeout in milliseconds, if None (default), will be read from