From f70650f67d5c7036117710bddd412858c67205b3 Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Mon, 7 Oct 2024 23:42:42 +0530 Subject: [PATCH] core[patch]: correct typo doc-string for astream_events method (#27108) This commit addresses a typographical error in the documentation for the async astream_events method. The word 'evens' was incorrectly used in the introductory sentence for the reference table, which could lead to confusion for users.\n\n### Changes Made:\n- Corrected 'Below is a table that illustrates some evens that might be emitted by various chains.' to 'Below is a table that illustrates some events that might be emitted by various chains.'\n\nThis enhancement improves the clarity of the documentation and ensures accurate terminology is used throughout the reference material.\n\nIssue Reference: #27107 --- libs/core/langchain_core/runnables/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/langchain_core/runnables/base.py b/libs/core/langchain_core/runnables/base.py index 730cd38931d..5dd5d35d1d0 100644 --- a/libs/core/langchain_core/runnables/base.py +++ b/libs/core/langchain_core/runnables/base.py @@ -1161,7 +1161,7 @@ class Runnable(Generic[Input, Output], ABC): - ``data``: **Dict[str, Any]** - Below is a table that illustrates some evens that might be emitted by various + Below is a table that illustrates some events that might be emitted by various chains. Metadata fields have been omitted from the table for brevity. Chain definitions have been included after the table.