Skip to content

Commit 1a28d13

Browse files
rnpridgeonRyan P
authored andcommitted
Update client naming in docs
1 parent 7efa926 commit 1a28d13

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ static char *KafkaError_add_errs (PyObject *dict, const char *origdoc) {
22682268
static struct PyModuleDef cimpl_moduledef = {
22692269
PyModuleDef_HEAD_INIT,
22702270
"cimpl", /* m_name */
2271-
"Confluent's Apache Kafka Python client (C implementation)", /* m_doc */
2271+
"Confluent's Python client for Apache Kafka (C implementation)", /* m_doc */
22722272
-1, /* m_size */
22732273
cimpl_methods, /* m_methods */
22742274
};
@@ -2299,7 +2299,7 @@ static PyObject *_init_cimpl (void) {
22992299
m = PyModule_Create(&cimpl_moduledef);
23002300
#else
23012301
m = Py_InitModule3("cimpl", cimpl_methods,
2302-
"Confluent's Apache Kafka Python client (C implementation)");
2302+
"Confluent's Python client for Apache Kafka (C implementation)");
23032303
#endif
23042304
if (!m)
23052305
return NULL;

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Welcome to Confluent's Apache Kafka Python client documentation
2-
===============================================================
1+
Welcome to Confluent's Python client for Apache Kafka documentation
2+
===================================================================
33

44
Indices and tables
55
==================
66

77
* :ref:`genindex`
88

9-
:mod:`confluent_kafka` --- Confluent's Apache Kafka Python client
10-
*****************************************************************
9+
:mod:`confluent_kafka` --- Confluent's Python client for Apache Kafka
10+
*********************************************************************
1111

1212
.. automodule:: confluent_kafka
13-
:synopsis: Confluent's Apache Kafka Python client.
13+
:synopsis: Confluent's Python client for Apache Kafka.
1414
:members:
1515

1616
********

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_install_requirements(path):
4242

4343
setup(name='confluent-kafka',
4444
version='1.0.0rc5',
45-
description='Confluent\'s Apache Kafka client for Python',
45+
description='Confluent\'s Python client for Apache Kafka',
4646
author='Confluent Inc',
4747
author_email='support@confluent.io',
4848
url='https://github.com/confluentinc/confluent-kafka-python',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy