Skip to content

Commit

Permalink
Merge branch 'master' into prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Dec 4, 2020
2 parents df6e6ae + 6411755 commit 77ab919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/trace/span.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def is_recording(self) -> bool:
@abc.abstractmethod
def set_status(self, status: Status) -> None:
"""Sets the Status of the Span. If used, this will override the default
Span status, which is OK.
Span status.
"""

@abc.abstractmethod
Expand Down

0 comments on commit 77ab919

Please sign in to comment.