summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongwook Chan <dongwook.chan@gmail.com>2021-02-22 14:44:42 +0900
committerGitHub <noreply@github.com>2021-02-21 21:44:42 -0800
commitf19e4238fb47ae2619f18731f0e0e9a3762cfa11 (patch)
tree1a83605a4b93de665a9e7f2c13e94c2bfd1e84c0
parent6521c1d5ee9cdc2e9d7ee373015ccd639525d350 (diff)
downloadkafka-python-f19e4238fb47ae2619f18731f0e0e9a3762cfa11.tar.gz
Fix typo: veriication -> verification (#2207)
Co-authored-by: will.k <will.k@kakaocorp.com>
-rw-r--r--kafka/producer/kafka.py2
1 files changed, 1 insertions, 1 deletions
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.