diff --git a/docs/examples/python/tmq_native.py b/docs/examples/python/tmq_native.py index 64e447384c..a913d945c9 100644 --- a/docs/examples/python/tmq_native.py +++ b/docs/examples/python/tmq_native.py @@ -163,7 +163,7 @@ if __name__ == "__main__": seek_offset(consumer) commit_offset(consumer) consumer.unsubscribe() - print("Consumer unsubscribed successfully."); + print("Consumer unsubscribed successfully.") except Exception as err: print(f"Failed to stmt consumer. ErrMessage:{err}") finally: