Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jan 24, 2025
1 parent 46c7aef commit 9af5b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

def __init__(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def should_trace_service_call(self) -> bool: # pylint:disable=no-self-use
return True

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

0 comments on commit 9af5b68

Please sign in to comment.