Skip to content

Commit

Permalink
core: fix docstring (#24129)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Jul 11, 2024
1 parent 08638cc commit 3e454d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/core/langchain_core/runnables/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def node_data_str(id: str, data: Union[Type[BaseModel], RunnableType]) -> str:
"""Convert the data of a node to a string.
Args:
node: The node to convert.
html: Whether to format the data as HTML rich text.
id: The node id.
data: The node data.
Returns:
A string representation of the data.
Expand Down

0 comments on commit 3e454d7

Please sign in to comment.