You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"""
15
15
.. asyncio: https://github.com/python/asyncio
16
16
17
-
The opentelemetry-instrumentation-asycnio package allows tracing asyncio applications.
17
+
The opentelemetry-instrumentation-asyncio package allows tracing asyncio applications.
18
18
The metric for coroutine, future, is generated even if there is no setting to generate a span.
0 commit comments