From 7ca1dd149c6c759dfb8735578d14e8b30bf2cba2 Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Tue, 3 Oct 2023 17:30:20 -0400 Subject: [PATCH] Fix typo causing failing CI (#3459) --- .../src/opentelemetry/sdk/_configuration/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py b/opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py index e2abcbefa1f..33c5147a599 100644 --- a/opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py +++ b/opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py @@ -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):