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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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