Skip to content

Commit

Permalink
Fix typo in Python instrument script comment (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN authored Jan 31, 2022
1 parent bfe5992 commit 47a8541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/otel/otel_sdk/otel-instrument
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fi
# - Use a wrapper because AWS Lambda's `python3 /var/runtime/bootstrap.py` will
# use `imp.load_module` to load the function from the `_HANDLER` environment
# variable. This RELOADS the module and REMOVES any instrumentation patching
# done earlier. So we delay instrumentation until `boostrap.py` imports
# done earlier. So we delay instrumentation until `bootstrap.py` imports
# `otel_wrapper.py` at which we know the patching will be picked up.
#
# See more:
Expand Down

0 comments on commit 47a8541

Please sign in to comment.