Skip to content

Commit 495a836

Browse files
committed
reformatted to be more readable in terminal
1 parent 90d11df commit 495a836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ The Python bindings also provide some additional configuration properties:
8181
* ``error_cb(kafka.KafkaError)``: Callback for generic/global error events. This callback is served by
8282
poll().
8383

84-
* ``stats_cb(json_str)``: Callback for statistics data. This callback is triggered by poll() every ``statistics.interval.ms`` (needs to be configured separately). Function argument ``json_str`` is a str instance of a JSON document containing statistics data.
84+
* ``stats_cb(json_str)``: Callback for statistics data. This callback is triggered by poll()
85+
every ``statistics.interval.ms`` (needs to be configured separately).
86+
Function argument ``json_str`` is a str instance of a JSON document containing statistics data.
8587

8688
* ``on_delivery(kafka.KafkaError, kafka.Message)`` (**Producer**): value is a Python function reference
8789
that is called once for each produced message to indicate the final

0 commit comments

Comments
 (0)