Skip to content

Commit f5868df

Browse files
opentelemetry-instrumentation-asyncio: package name typo (#2844)
1 parent 98958b6 commit f5868df

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515
.. asyncio: https://github.com/python/asyncio
1616
17-
The opentelemetry-instrumentation-asycnio package allows tracing asyncio applications.
17+
The opentelemetry-instrumentation-asyncio package allows tracing asyncio applications.
1818
The metric for coroutine, future, is generated even if there is no setting to generate a span.
1919
2020
Run instrumented application

0 commit comments

Comments
 (0)