Fix code block in runnable doc (#12221)

Fix code block syntax in runnable doc-string
This commit is contained in:
Eugene Yurtsev
2023-10-24 16:11:58 -04:00
committed by GitHub
parent 46e28b9613
commit 81052ee18e

View File

@@ -116,7 +116,7 @@ class Runnable(Generic[Input, Output], ABC):
For example,
..code-block:: python
.. code-block:: python
from langchain.schema.runnable import RunnableLambda