Skip to content

Commit d368d68

Browse files
authored
opentelemetry-instrumentation-celery: fix typo in docs (#3804)
1 parent dec8600 commit d368d68

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-celery/src/opentelemetry/instrumentation/celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def add(x, y):
5050
Setting up tracing
5151
------------------
5252
53-
When tracing a celery worker process, tracing and instrumention both must be initialized after the celery worker
53+
When tracing a celery worker process, tracing and instrumentation both must be initialized after the celery worker
5454
process is initialized. This is required for any tracing components that might use threading to work correctly
5555
such as the BatchSpanProcessor. Celery provides a signal called ``worker_process_init`` that can be used to
5656
accomplish this as shown in the example above.

0 commit comments

Comments
 (0)