From f19e4238fb47ae2619f18731f0e0e9a3762cfa11 Mon Sep 17 00:00:00 2001 From: Dongwook Chan Date: Mon, 22 Feb 2021 14:44:42 +0900 Subject: Fix typo: veriication -> verification (#2207) Co-authored-by: will.k --- kafka/producer/kafka.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka/producer/kafka.py b/kafka/producer/kafka.py index ea010c5..1f64536 100644 --- a/kafka/producer/kafka.py +++ b/kafka/producer/kafka.py @@ -233,7 +233,7 @@ class KafkaProducer(object): should verify that the certificate matches the brokers hostname. default: true. ssl_cafile (str): optional filename of ca file to use in certificate - veriication. default: none. + verification. default: none. ssl_certfile (str): optional filename of file in pem format containing the client certificate, as well as any ca certificates needed to establish the certificate's authenticity. default: none. -- cgit v1.2.1