Skip to content

Commit 77ab919

Browse files
authored
Merge branch 'master' into prop
2 parents df6e6ae + 6411755 commit 77ab919

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/trace/span.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def is_recording(self) -> bool:
7777
@abc.abstractmethod
7878
def set_status(self, status: Status) -> None:
7979
"""Sets the Status of the Span. If used, this will override the default
80-
Span status, which is OK.
80+
Span status.
8181
"""
8282

8383
@abc.abstractmethod

0 commit comments

Comments
 (0)