Skip to content

Commit 3edd006

Browse files
fix typo
1 parent 2cee7c5 commit 3edd006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/otel/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _do_work(self):
153153
block=False,
154154
) # type: ignore
155155
except EmptyQueue:
156-
# Wait for the another span to arrive
156+
# Wait for another span to arrive
157157
time.sleep(0.1)
158158
continue
159159

0 commit comments

Comments
 (0)