Skip to content

Commit 2c13cb3

Browse files
committed
lint fix
1 parent a94f4d1 commit 2c13cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_starlette_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
3131
# Apply the patch
3232
StarletteInstrumentor.instrumentation_dependencies = patched_instrumentation_dependencies
3333

34-
# Patch to exclude http recieve/send ASGI event spans, this Middleware instrumentation is injected
34+
# Patch to exclude http receive/send ASGI event spans, this Middleware instrumentation is injected
3535
# internally by Starlette Instrumentor, see:
3636
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573
3737
if AGENT_OBSERVABILITY_ENABLED:

0 commit comments

Comments
 (0)