Skip to content

Commit 8c830f8

Browse files
committed
fix typo
1 parent 1570b48 commit 8c830f8

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _encode_array(
117117
return [
118118
_encode_value(v, allow_null=allow_null)
119119
if v is not None
120-
# Use an empty AnyValue to respresent None in an array. Behavior may change pending
120+
# Use an empty AnyValue to represent None in an array. Behavior may change pending
121121
# https://github.com/open-telemetry/opentelemetry-specification/issues/4392
122122
else PB2AnyValue()
123123
for v in array

0 commit comments

Comments
 (0)