8000 Remove stray 'testing' text from example.md (#7463) · open-telemetry/opentelemetry.io@00927d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00927d6

Browse files
ddyczekopentelemetrybottiffany76theletterf
authored
Remove stray 'testing' text from example.md (#7463)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
1 parent 9f55764 commit 00927d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/zero-code/python/example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ python server_manual.py
141141

142142
```sh
143143
source ./venv/bin/activate
144-
python client.py testing
144+
python client.py
145145
```
146146

147147
The console running `server_manual.py` will display the spans generated by
@@ -197,7 +197,7 @@ In the console where you previously executed `client.py`, run the following
197197
command again:
198198

199199
```sh
200-
python client.py testing
200+
python client.py
201201
```
202202

203203
The console running `server_automatic.py` will display the spans generated by
@@ -265,7 +265,7 @@ python server_programmatic.py
265265

266266
```sh
267267
source ./venv/bin/activate
268-
python client.py testing
268+
python client.py
269269
```
270270

271271
The results should be the same as running with manual instrumentation.

0 commit comments

Comments
 (0)
0