From d35f4b8a0a42bc97f20997c367abf77ec0c9027d Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Thu, 23 May 2024 20:01:20 +0000 Subject: [PATCH] Fix RST typo --- .../src/opentelemetry/sdk/environment_variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py index d13e8163b8..99899539a1 100644 --- a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py +++ b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py @@ -720,7 +720,7 @@ .. envvar:: OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION The :envvar:`OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION` environment -variable allows you to opt-out of the unit normalization described` in the specification +variable allows you to opt-out of the unit normalization described `in the specification `_. Default: False