mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 04:50:37 +00:00
Fix code block in runnable doc (#12221)
Fix code block syntax in runnable doc-string
This commit is contained in:
parent
46e28b9613
commit
81052ee18e
@ -116,7 +116,7 @@ class Runnable(Generic[Input, Output], ABC):
|
|||||||
|
|
||||||
For example,
|
For example,
|
||||||
|
|
||||||
..code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from langchain.schema.runnable import RunnableLambda
|
from langchain.schema.runnable import RunnableLambda
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user