Skip to content

Commit f19e423

Browse files
Fix typo: veriication -> verification (#2207)
Co-authored-by: will.k <[email protected]>
1 parent 6521c1d commit f19e423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/producer/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class KafkaProducer(object):
233233
should verify that the certificate matches the brokers hostname.
234234
default: true.
235235
ssl_cafile (str): optional filename of ca file to use in certificate
236-
veriication. default: none.
236+
verification. default: none.
237237
ssl_certfile (str): optional filename of file in pem format containing
238238
the client certificate, as well as any ca certificates needed to
239239
establish the certificate's authenticity. default: none.

0 commit comments

Comments
 (0)