Skip to content

Commit b040a17

Browse files
committed
Fix wrong comment
1 parent a417078 commit b040a17

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
@@ -198,7 +198,7 @@ def _uninstrument(self, **kwargs):
198198

199199
def _trace_received(self, *args, **kwargs):
200200
"""
201-
On prerun signal, task is prefetched and prefetch timer starts
201+
On receive signal, task is prefetched and prefetch timer starts
202202
"""
203203

204204
request = utils.retrieve_request(kwargs)

0 commit comments

Comments
 (0)