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