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
This commit is contained in:
Aditya Anand 2024-10-07 23:42:42 +05:30 committed by GitHub
parent 38099800cc
commit f70650f67d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1161,7 +1161,7 @@ class Runnable(Generic[Input, Output], ABC):
- ``data``: **Dict[str, Any]** - ``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. chains. Metadata fields have been omitted from the table for brevity.
Chain definitions have been included after the table. Chain definitions have been included after the table.