docs: runnable docstring space (#25106)

This commit is contained in:
Bagatur
2024-08-06 09:46:50 -07:00
committed by GitHub
parent 3abf1b6905
commit 2c798622cd

View File

@@ -108,8 +108,8 @@ Other = TypeVar("Other")
class Runnable(Generic[Input, Output], ABC):
"""A unit of work that can be invoked, batched, streamed, transformed and composed.
Key Methods
===========
Key Methods
===========
- **invoke/ainvoke**: Transforms a single input into an output.
- **batch/abatch**: Efficiently transforms multiple inputs into outputs.