mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +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