gemini-code-assist[bot] commented on code in PR #39323: URL: https://github.com/apache/beam/pull/39323#discussion_r3579058076
########## CHANGES.md: ########## @@ -73,7 +73,7 @@ ## Breaking Changes -* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). +* (Python) Removed google-perftools from the SDK container images. Users who wish to use `--profiler_agent=tcmalloc` should install google-perftools apt package in their custom container images separately. Review Comment:  For better readability and consistency, consider wrapping `google-perftools` in backticks as it refers to a package name, capitalizing 'APT', and adding the article 'the' to make the sentence grammatically complete. Suggested change: ```markdown * (Python) Removed `google-perftools` from the SDK container images. Users who wish to use `--profiler_agent=tcmalloc` should install the `google-perftools` APT package in their custom container images separately. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
