You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ def _encode_array(
117
117
return [
118
118
_encode_value(v, allow_null=allow_null)
119
119
ifvisnotNone
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
0 commit comments