Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0069fa8

Browse files
mauriciovasquezbernalreyang
authored andcommitted
fix DefaultSpan class name in documentation (open-telemetry#106)
1 parent 2bcb228 commit 0069fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-api/src/opentelemetry/trace/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
the operation.
2323
2424
This module provides abstract (i.e. unimplemented) classes required for
25-
tracing, and a concrete no-op ``BlankSpan`` that allows applications to use the
26-
API package alone without a supporting implementation.
25+
tracing, and a concrete no-op :class:`.DefaultSpan` that allows applications
26+
to use the API package alone without a supporting implementation.
2727
2828
The tracer supports creating spans that are "attached" or "detached" from the
2929
context. By default, new spans are "attached" to the context in that they are

0 commit comments

Comments
 (0)