Skip to content

Commit bf0c127

Browse files
committed
Remove duplicate "the"s
1 parent f16efce commit bf0c127

File tree

1 file changed

+4
-4
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/environment_variables

1 file changed

+4
-4
lines changed

Diff for: opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -270,29 +270,29 @@
270270
"""
271271
.. envvar:: OTEL_EXPORTER_OTLP_PROTOCOL
272272
273-
The :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL` represents the the transport protocol for the
273+
The :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL` represents the transport protocol for the
274274
OTLP exporter.
275275
"""
276276

277277
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL = "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL"
278278
"""
279279
.. envvar:: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
280280
281-
The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the the transport protocol for spans.
281+
The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the transport protocol for spans.
282282
"""
283283

284284
OTEL_EXPORTER_OTLP_METRICS_PROTOCOL = "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL"
285285
"""
286286
.. envvar:: OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
287287
288-
The :envvar:`OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` represents the the transport protocol for metrics.
288+
The :envvar:`OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` represents the transport protocol for metrics.
289289
"""
290290

291291
OTEL_EXPORTER_OTLP_LOGS_PROTOCOL = "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL"
292292
"""
293293
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
294294
295-
The :envvar:`OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` represents the the transport protocol for logs.
295+
The :envvar:`OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` represents the transport protocol for logs.
296296
"""
297297

298298
OTEL_EXPORTER_OTLP_CERTIFICATE = "OTEL_EXPORTER_OTLP_CERTIFICATE"

0 commit comments

Comments
 (0)