codelipenghui commented on a change in pull request #6050: [Issue 3681][docs] Update client-libraries in Get Started chapter URL: https://github.com/apache/pulsar/pull/6050#discussion_r369359068
########## File path: site2/docs/client-libraries-python.md ########## @@ -64,7 +66,7 @@ client.close() ### Consumer example -This creates a consumer with the `my-subscription` subscription on the `my-topic` topic, listen for incoming messages, print the content and ID of messages that arrive, and acknowledge each message to the Pulsar broker: +The following example creates a consumer with the `my-subscription` subscription on the `my-topic` topic, listens for incoming messages, prints the content and ID of messages that arrive, and acknowledges each message to the Pulsar broker. Review comment: ```suggestion The following example creates a consumer with the `my-subscription` subscription name on the `my-topic` topic, listens for incoming messages, prints the content and ID of messages that arrive, and acknowledges each message to the Pulsar broker. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
