Skip to content

Commit

Permalink
Fix typo causing failing CI (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Oct 3, 2023
1 parent 7f8c75d commit 7ca1dd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class _OTelSDKConfigurator(_BaseConfigurator):
NOTE: This class should not be instantiated nor should it become an entry
point on the `opentelemetry-sdk` package. Instead, distros should subclass
this Configurator and enchance it as needed.
this Configurator and enhance it as needed.
"""

def _configure(self, **kwargs):
Expand Down

0 comments on commit 7ca1dd1

Please sign in to comment.