Skip to content

Commit bd8a50f

Browse files
committed
Fix typos
1 parent 2a3436a commit bd8a50f

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

+1-1
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,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def should_trace_service_call(self) -> bool: # pylint:disable=no-self-use
102102
return True
103103

104104
def should_end_span_on_exit(self) -> bool: # pylint:disable=no-self-use
105-
"""Returns if the span should be close automatically on exit
105+
"""Returns if the span should be closed automatically on exit
106106
107107
Extensions might override this function to disable automatic closing
108108
of the span if they need to close it at a later time themselves.

0 commit comments

Comments
 (0)