Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9371f41

Browse files
committedJul 29, 2024·
docs: fix english issues
1 parent 5b09a9f commit 9371f41

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda

1 file changed

+1
-1
lines changed
 

‎instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _instrument(self, **kwargs):
426426
logger.warning(
427427
(
428428
"Could not find the ORIG_HANDLER or _HANDLER in the environment variables. ",
429-
"This instrumentation is runnning inside an aws lambda?",
429+
"Is the instrumentation runnning inside an AWS Lambda?",
430430
)
431431
)
432432
return

0 commit comments

Comments
 (0)
Please sign in to comment.