[PR #680] [MERGED] [Docs] Grammar and punctuation improvements in LangGraph introduction tutorial #1607

Closed
opened 2026-02-20 17:45:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/680
Author: @ruankie
Created: 6/16/2024
Status: Merged
Merged: 6/18/2024
Merged by: @hinthornw

Base: mainHead: docs-tutorials-langgraph-intro


📝 Commits (8)

  • 9db84df Fix backtick enclosure in section 2
  • 51d0d77 Remove unnecessary double new line in route_tools() docstring
  • 27df58f Fix typos for describing checkpointer memory in section 3
  • b0d3d27 Fix grammar mistake when describing checkpointing in section 3
  • b0258c2 Replace is with are to describe plural
  • a009ef0 Fix incomplete double underscore wrapping for markdown formatting in section 7
  • 6957355 Merge branch 'main' into docs-tutorials-langgraph-intro
  • 3be6523 Merge branch 'main' into docs-tutorials-langgraph-intro

📊 Changes

1 file changed (+9 additions, -8 deletions)

View changed files

📝 examples/introduction.ipynb (+9 -8)

📄 Description

Overview

This PR addresses #679

I've recently read through the LangGraph introduction tutorial and noticed a few minor grammar and punctuation errors. Fixing these will make the docs easier to understand and reduce the chances of misinterpretation.

Changes

  • Fixed incorrect closure of back ticks to delineate objects in Markdown (section 2)
  • Removed unnecessary double new-line in docstring of route_tools function (section 2)
  • Fixed typo when describing checkpointer memory (section 3)
  • Fixed grammar error: using "arbitrary" instead of "arbitrarily" when describing checkpointing (section 3)
  • Fixed use of "is" instead of "are" to describe plural (section 3)
  • Fixed incomplete wrapping of words in double underscore for Markdown formatting (section 7)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/680 **Author:** [@ruankie](https://github.com/ruankie) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `docs-tutorials-langgraph-intro` --- ### 📝 Commits (8) - [`9db84df`](https://github.com/langchain-ai/langgraph/commit/9db84df49128a3af1b7f10642e32cfdccfe1efa4) Fix backtick enclosure in section 2 - [`51d0d77`](https://github.com/langchain-ai/langgraph/commit/51d0d77b70fcd12170e51df469eff31d93c1bbb2) Remove unnecessary double new line in route_tools() docstring - [`27df58f`](https://github.com/langchain-ai/langgraph/commit/27df58f538094acf09f4427f4c6fd7e54790349f) Fix typos for describing checkpointer memory in section 3 - [`b0d3d27`](https://github.com/langchain-ai/langgraph/commit/b0d3d27c96a83d18da969921e5d85f57bd24ce5a) Fix grammar mistake when describing checkpointing in section 3 - [`b0258c2`](https://github.com/langchain-ai/langgraph/commit/b0258c26846f78f7c00e5d704cde41a44bccdf69) Replace is with are to describe plural - [`a009ef0`](https://github.com/langchain-ai/langgraph/commit/a009ef059bb1f6aa60bd514ca8b6787b220cea53) Fix incomplete double underscore wrapping for markdown formatting in section 7 - [`6957355`](https://github.com/langchain-ai/langgraph/commit/6957355cc56aaafaf5ca0413409111d475dcc930) Merge branch 'main' into docs-tutorials-langgraph-intro - [`3be6523`](https://github.com/langchain-ai/langgraph/commit/3be6523f97802f5caf96bc9da44afd850f0a1d5d) Merge branch 'main' into docs-tutorials-langgraph-intro ### 📊 Changes **1 file changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `examples/introduction.ipynb` (+9 -8) </details> ### 📄 Description ## Overview This PR addresses #679 I've recently read through the [LangGraph introduction tutorial](https://langchain-ai.github.io/langgraph/tutorials/introduction/) and noticed a few minor grammar and punctuation errors. Fixing these will make the docs easier to understand and reduce the chances of misinterpretation. ## Changes - Fixed incorrect closure of back ticks to delineate objects in Markdown ([section 2](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-2-enhancing-the-chatbot-with-tools)) - Removed unnecessary double new-line in docstring of `route_tools` function ([section 2](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-2-enhancing-the-chatbot-with-tools)) - Fixed typo when describing checkpointer memory ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Fixed grammar error: using "arbitrary" instead of "arbitrarily" when describing checkpointing ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Fixed use of "is" instead of "are" to describe plural ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Fixed incomplete wrapping of words in double underscore for Markdown formatting ([section 7](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-7-time-travel)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:08 -05:00
yindo closed this issue 2026-02-20 17:45:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1607