Skip to content

Commit 9e9d7cf

Browse files
authored
Merge pull request confluentinc#256 from johnistan/jdennison/fix-exception-typo
fix consumer exception typo
2 parents d788937 + c2f83de commit 9e9d7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluent_kafka/src/Consumer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ static int Consumer_init (PyObject *selfobj, PyObject *args, PyObject *kwargs) {
861861

862862
if (self->rk) {
863863
PyErr_SetString(PyExc_RuntimeError,
864-
"Consumer already __init__:ialized");
864+
"Consumer already initialized");
865865
return -1;
866866
}
867867

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