Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Browse files Browse the repository at this point in the history
Co-Authored-By: alrex <alrex.boten@gmail.com>
  • Loading branch information
ocelotl and codeboten committed Nov 29, 2019
1 parent ea159ca commit 67db03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __repr__(self):
def __str__(self):
return (
'{}(name="{}", context={}, kind={}, '
"parent={}, start_time={}, end_time={})"
'parent={}, start_time={}, end_time={})'
).format(
type(self).__name__,
self.name,
Expand Down

0 comments on commit 67db03f

Please sign in to comment.