Skip to content

Commit 7ca1dd1

Browse files
authored
Fix typo causing failing CI (#3459)
1 parent 7f8c75d commit 7ca1dd1

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_configuration

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class _OTelSDKConfigurator(_BaseConfigurator):
415415
416416
NOTE: This class should not be instantiated nor should it become an entry
417417
point on the `opentelemetry-sdk` package. Instead, distros should subclass
418-
this Configurator and enchance it as needed.
418+
this Configurator and enhance it as needed.
419419
"""
420420

421421
def _configure(self, **kwargs):

0 commit comments

Comments
 (0)