Skip to content

Commit 016101e

Browse files
committed
fix: fixed the lint issue
1 parent 57bd9c0 commit 016101e

File tree

1 file changed

+3
-3
lines changed
  • instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading

1 file changed

+3
-3
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
merely ensures that the context is correctly propagated when threads are used.
3030
3131
32-
When instrumented, new threads created using threading.Thread, threading.Timer,
33-
or within futures.ThreadPoolExecutor will have the current OpenTelemetry
34-
context attached, and this context will be re-activated in the thread's
32+
When instrumented, new threads created using threading.Thread, threading.Timer,
33+
or within futures.ThreadPoolExecutor will have the current OpenTelemetry
34+
context attached, and this context will be re-activated in the thread's
3535
run method or the executor's worker thread."
3636
"""
3737

0 commit comments

Comments
 (0)