Skip to content

Commit 05d892e

Browse files
committed
update docstring at instrumentation.utils._start_internal_or_server_span
1 parent 54ff3d4 commit 05d892e

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _start_internal_or_server_span(
9595
9696
Args:
9797
tracer : tracer in use by given instrumentation library
98-
name (string): name of the span
98+
span_name (string): name of the span
9999
start_time : start time of the span
100100
context_carrier : object which contains values that are
101101
used to construct a Context. This object

0 commit comments

Comments
 (0)