diff options
author | Carson Ip <carsonip715@gmail.com> | 2019-10-25 16:41:07 +0800 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2019-11-08 05:21:16 -0800 |
commit | 3861e16ea4ef8d60bc6ffc51c0183da33c629642 (patch) | |
tree | e72741a5edf3eb2fe141fe2c37a2001f3797989b /kafka/admin/client.py | |
parent | 736218da447cc97624d1f0838f1a15fefc24bd24 (diff) | |
download | kafka-python-3861e16ea4ef8d60bc6ffc51c0183da33c629642.tar.gz |
Fix typos
Diffstat (limited to 'kafka/admin/client.py')
-rw-r--r-- | kafka/admin/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/admin/client.py b/kafka/admin/client.py index bb1e2b5..cc126c6 100644 --- a/kafka/admin/client.py +++ b/kafka/admin/client.py @@ -103,7 +103,7 @@ class KafkaAdminClient(object): should verify that the certificate matches the broker's 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. |