[PR #3065] [MERGED] docs: fix boolean values in interrupts.mdx documentation #3144

Closed
opened 2026-06-05 18:21:14 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3065
Author: @bansalkanav
Created: 3/11/2026
Status: Merged
Merged: 3/12/2026
Merged by: @npentrel

Base: mainHead: patch-7


📝 Commits (1)

  • 3262e2e Fix boolean values in interrupts.mdx documentation

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/langgraph/interrupts.mdx (+2 -2)

📄 Description

Fix boolean values in interrupts.mdx documentation.

  • Python example now use True and False
  • JS example continue to use true and false

This aligns the documentation with the correct boolean value for each language.


🔄 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/docs/pull/3065 **Author:** [@bansalkanav](https://github.com/bansalkanav) **Created:** 3/11/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `patch-7` --- ### 📝 Commits (1) - [`3262e2e`](https://github.com/langchain-ai/docs/commit/3262e2e1802839804a660ddbed70d273d3d84bcb) Fix boolean values in interrupts.mdx documentation ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/interrupts.mdx` (+2 -2) </details> ### 📄 Description Fix boolean values in interrupts.mdx documentation. - Python example now use `True` and `False` - JS example continue to use `true` and `false` This aligns the documentation with the correct boolean value for each language. --- <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-06-05 18:21:14 -04:00
yindo closed this issue 2026-06-05 18:21:14 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3144