8000 Fix tags to use underscores · bastir85/python-docs-samples@7aee849 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aee849

Browse files
authored
Fix tags to use underscores
1 parent 732916e commit 7aee849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trace/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
from flask import Flask, redirect, url_for
1919

20-
# [START trace-setup-python-configure]
20+
# [START trace_setup_python_configure]
2121
from opencensus.trace.exporters import stackdriver_exporter
2222
import opencensus.trace.tracer
2323

2424
exporter = stackdriver_exporter.StackdriverExporter()
2525
tracer = opencensus.trace.tracer.Tracer(exporter=exporter)
26-
# [END trace-setup-python-configure]
26+
# [END trace_setup_python_configure]
2727

2828
app = Flask(__name__)
2929

0 commit comments

Comments
 (0)
0