Skip to content

Commit 893d5fd

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/instrumentation_state.py
1 parent 5099ba4 commit 893d5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import weakref
3636
from typing import Any
3737

38-
# A global WeakKeyDictionary to track instrumented objects.
38+
# A global WeakSet to track instrumented objects.
3939
# Entries are automatically removed when the objects are garbage collected.
4040
_instrumented_tasks = weakref.WeakSet()
4141

0 commit comments

Comments
 (0)