Skip to content

Commit 33b40a7

Browse files
committed
ok
1 parent 2f274be commit 33b40a7

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/trace

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-api/src/opentelemetry/trace/status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class StatusCanonicalCode(enum.Enum):
2828
UNSET = 0
2929
"""The default status."""
3030

31-
OKAY = 1
31+
OK = 1
3232
"""The operation has been validated to have completed successfully."""
3333

3434
ERROR = 2

0 commit comments

Comments
 (0)