Skip to content

Commit 1bc5f86

Browse files
docs
1 parent 6d2507d commit 1bc5f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class _RecordedUsage:
9292
class _StreamSpanContext:
9393
"""
9494
Sets accumulated data on the stream's span and finishes the span on exit.
95-
No-ops if the stream has no span set, the case when the span has already been finished.
95+
Is a no-op if the stream has no span set, i.e., when the span has already been finished.
9696
"""
9797

9898
def __init__(

0 commit comments

Comments
 (0)