diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-11-20 09:03:50 -0800 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-11-20 09:24:50 -0800 |
commit | fcc800f96f14192c44b09d1d37108377dcaed245 (patch) | |
tree | 40ebfb2b5d6766ac21f74895652e412088e5f160 /docs/apidoc/modules.rst | |
parent | 45196e31d5cbd4da02a81f0c459faee1f8165306 (diff) | |
download | kafka-python-fcc800f96f14192c44b09d1d37108377dcaed245.tar.gz |
Rename KafkaAdmin to KafkaAdminClient
Diffstat (limited to 'docs/apidoc/modules.rst')
-rw-r--r-- | docs/apidoc/modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apidoc/modules.rst b/docs/apidoc/modules.rst index 1173cfe..066fc65 100644 --- a/docs/apidoc/modules.rst +++ b/docs/apidoc/modules.rst @@ -5,7 +5,7 @@ kafka-python API KafkaConsumer KafkaProducer - KafkaAdmin + KafkaAdminClient KafkaClient BrokerConnection ClusterMetadata |