Skip to content

DOC: Typo in “PromptTemplate” documentation (“evens” should be “events”) #27107

Closed
@adityash97

Description

@adityash97

URL

https://python.langchain.com/api_reference/core/prompts/langchain_core.prompts.prompt.PromptTemplate.html

Checklist

  • I added a very descriptive title to this issue.
  • I included a link to the documentation page I am referring to (if applicable).

Issue with current documentation:

Issue with current documentation:

There is a typo in the documentation for the async astream_events method in the LangChain docs.

In the section where the table is introduced, the word “evens” is incorrectly used instead of “events.” The sentence reads:

“Below is a table that illustrates some evens that might be emitted by various chains.”

It should be corrected to:

“Below is a table that illustrates some events that might be emitted by various chains.”

The typo appears just before the table showing possible events emitted by chains, under the

“Generate a stream of events” section.

Screenshot :
Screenshot 2024-10-04 at 9 20 16 PM

Idea or request for content:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    🤖:docsChanges to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions