Skip to content

Commit 0279685

Browse files
committed
docs
1 parent 2ecbd22 commit 0279685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/strands/experimental/bidi/_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def stop_all(*funcs: Callable[..., Awaitable[None]]) -> None:
1818
funcs: Stop functions to call in sequence.
1919
2020
Raises:
21-
RuntimeError: If any stop function raises an exception.
21+
BidiExceptionChain: If any stop function raises an exception.
2222
"""
2323
exceptions = []
2424
for func in funcs:

src/strands/experimental/bidi/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Custom bidi exceptions."""
1+
"""Custom bidi error classes."""
22
from typing import Any
33

44

0 commit comments

Comments
 (0)