From f893516f18ce0257ec7473b3facf0a1a15250884 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 14 Dec 2023 17:55:33 -0500 Subject: [PATCH] Fix typo --- src/confluent_kafka/admin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confluent_kafka/admin/__init__.py b/src/confluent_kafka/admin/__init__.py index 924361f2e..ea9a035e5 100644 --- a/src/confluent_kafka/admin/__init__.py +++ b/src/confluent_kafka/admin/__init__.py @@ -328,7 +328,7 @@ def _make_futures(futmap_keys, class_check, make_result_fn): def _make_futures_v2(futmap_keys, class_check, make_result_fn): """ Create futures and a futuremap for the keys in futmap_keys, - and create a request-level future to be bassed to the C API. + and create a request-level future to be passed to the C API. """ futmap = {} for key in futmap_keys: