Skip to content

Commit cda2fef

Browse files
uglidebasepi
andauthored
Remove redundant semicolon in code example (#1940)
Co-authored-by: Colton Myers <colton@basepi.net>
1 parent 5ad3534 commit cda2fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/opentelemetry.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install opentelemetry-api opentelemetry-sdk
3636
----
3737
from elasticapm.contrib.opentelemetry import Tracer
3838
39-
tracer = Tracer(__name__);
39+
tracer = Tracer(__name__)
4040
with tracer.start_as_current_span("test"):
4141
# Do some work
4242
----

0 commit comments

Comments
 (0)