Skip to content

Commit e6eba3e

Browse files
update docstring
1 parent f228d7e commit e6eba3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def _set_output_data(
602602

603603
def _sentry_patched_create_sync(f: "Any", *args: "Any", **kwargs: "Any") -> "Any":
604604
"""
605-
Creates and manages an AI Client Span for both non-streaming and streaming calls.
605+
Creates an AI Client Span for both non-streaming and streaming calls.
606606
"""
607607
integration = kwargs.pop("integration")
608608
if integration is None:
@@ -689,7 +689,7 @@ async def _sentry_patched_create_async(
689689
f: "Any", *args: "Any", **kwargs: "Any"
690690
) -> "Any":
691691
"""
692-
Creates and manages an AI Client Span for both non-streaming and streaming calls.
692+
Creates an AI Client Span for both non-streaming and streaming calls.
693693
"""
694694
integration = kwargs.pop("integration")
695695
if integration is None:

0 commit comments

Comments
 (0)