Skip to content

Commit 5241f21

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/types.py
1 parent e97d7a1 commit 5241f21

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/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)