Skip to content

Commit e3c3b94

Browse files
authored
Add missing "is" in OT shim docs (open-telemetry#1325)
1 parent b9d07d9 commit e3c3b94

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-opentracing-shim/src/opentelemetry/instrumentation/opentracing_shim

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-opentracing-shim/src/opentelemetry/instrumentation/opentracing_shim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def tracer(self) -> "TracerShim":
496496
span.
497497
498498
Warning:
499-
This property is *not* a part of the OpenTracing API. It used
499+
This property is *not* a part of the OpenTracing API. It is used
500500
internally by the current implementation of the OpenTracing shim
501501
and will likely be removed in future versions.
502502
"""

0 commit comments

Comments
 (0)