This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new d4e5ccd  Add missing ending quote (#177)
d4e5ccd is described below

commit d4e5ccd8b1e6d08a3c9eeb748ede8c99ff261895
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jan 18 13:46:00 2022 +0800

    Add missing ending quote (#177)
---
 docs/en/setup/Intrusive.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/Intrusive.md b/docs/en/setup/Intrusive.md
index 15ce5f6..2b4b3cc 100644
--- a/docs/en/setup/Intrusive.md
+++ b/docs/en/setup/Intrusive.md
@@ -46,7 +46,7 @@ Finally, if you want to use Kafka protocol to report data, 
configure `kafka_boot
 (or environment variable `SW_KAFKA_REPORTER_BOOTSTRAP_SERVERS`) to 
`kafka-brokers`,
 such as `127.0.0.1:9200`:
 
-> Remember you should install `skywalking-python` with extra requires `kafka`, 
`pip install "apache-skywalking[kafka]`.
+> Remember you should install `skywalking-python` with extra requires `kafka`, 
`pip install "apache-skywalking[kafka]"`.
 
 ```python
 from skywalking import agent, config
@@ -58,4 +58,4 @@ agent.start()
 
 Alternatively, you can also pass the configurations via environment variables 
(such as `SW_AGENT_NAME`, `SW_AGENT_COLLECTOR_BACKEND_SERVICES`, etc.) so that 
you don't need to call `config.init`.
 
-All supported environment variables can be found in the [Environment Variables 
List](EnvVars.md).
\ No newline at end of file
+All supported environment variables can be found in the [Environment Variables 
List](EnvVars.md).

Reply via email to