summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Taylor <github@samueltaylor.org>2016-07-21 16:02:19 -0500
committerDana Powers <dana.powers@gmail.com>2016-07-21 14:02:19 -0700
commit0776e5a97d80f0d28521d5d3f3bb2fe18179c9a4 (patch)
treecc5049b414cecd1b9d201e0713a85533ae495ae5
parent436b2b20117ea60f9cdcad1f6f8ad46cb439c1ed (diff)
downloadkafka-python-0776e5a97d80f0d28521d5d3f3bb2fe18179c9a4.tar.gz
Fix typo in KafkaConsumer documentation (#775)
-rw-r--r--kafka/consumer/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index db0022d..bc59282 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -139,7 +139,7 @@ class KafkaConsumer(six.Iterator):
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.