Skip to content

Commit e97d7a1

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py
1 parent 7a848ee commit e97d7a1

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# pylint: disable=abstract-method
2626
class ConverseStreamWrapper(ObjectProxy):
27-
"""Wrapper for botocor.event.EventStream"""
27+
"""Wrapper for botocore.eventstream.EventStream"""
2828

2929
def __init__(
3030
self,

0 commit comments

Comments
 (0)