diff --git a/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py b/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py index ebd27e2611..81cb980609 100644 --- a/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py +++ b/instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py @@ -29,9 +29,9 @@ merely ensures that the context is correctly propagated when threads are used. -When instrumented, new threads created using threading.Thread, threading.Timer, -or within futures.ThreadPoolExecutor will have the current OpenTelemetry -context attached, and this context will be re-activated in the thread's +When instrumented, new threads created using threading.Thread, threading.Timer, +or within futures.ThreadPoolExecutor will have the current OpenTelemetry +context attached, and this context will be re-activated in the thread's run method or the executor's worker thread." """