diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-01-08 15:17:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 15:17:56 -0800 |
commit | 47e70bd2587ffae7a2cf8a5a7a5bb777ca73f6ee (patch) | |
tree | 3ff0a873ee4c3e68aae28210e9058636fe0948ae /kafka/consumer/group.py | |
parent | 794b695e7ceff25834616bb54e32160104040df4 (diff) | |
download | kafka-python-fix-sphinx-docs.tar.gz |
Fix sphinx bullet pointsfix-sphinx-docs
Diffstat (limited to 'kafka/consumer/group.py')
-rw-r--r-- | kafka/consumer/group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py index 7c345e7..6c3f85b 100644 --- a/kafka/consumer/group.py +++ b/kafka/consumer/group.py @@ -384,7 +384,7 @@ class KafkaConsumer(six.Iterator): Raises: IllegalStateError: If consumer has already called - :meth:`~kafka.KafkaConsumer.subscribe`. + :meth:`~kafka.KafkaConsumer.subscribe`. Warning: It is not possible to use both manual partition assignment with |