We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df6e6ae + 6411755 commit 77ab919Copy full SHA for 77ab919
opentelemetry-api/src/opentelemetry/trace/span.py
@@ -77,7 +77,7 @@ def is_recording(self) -> bool:
77
@abc.abstractmethod
78
def set_status(self, status: Status) -> None:
79
"""Sets the Status of the Span. If used, this will override the default
80
- Span status, which is OK.
+ Span status.
81
"""
82
83
0 commit comments