From 7f564ae3f91943e705d9871c07e49f00193a4b32 Mon Sep 17 00:00:00 2001 From: "will.k" Date: Sun, 21 Feb 2021 18:03:06 +0900 Subject: [PATCH] Fix typo: veriication -> verification --- 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 ea010c59a..1f64536b6 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.