[PR #221] [MERGED] fix: escape newline in Python code block #306

Closed
opened 2026-02-21 17:17:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/221
Author: @bvs-langchain
Created: 5/6/2024
Status: Merged
Merged: 5/6/2024
Merged by: @bvs-langchain

Base: mainHead: bvs/escape-newlines


📝 Commits (1)

  • 8732441 fix: escape newline in Python code block

📊 Changes

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

View changed files

📝 versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx (+1 -1)

📄 Description

Fixes:

    { "role": "user", "content": f"Question: {question}
                                 ^
SyntaxError: unterminated string literal (detected at line 18)

🔄 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/langsmith-docs/pull/221 **Author:** [@bvs-langchain](https://github.com/bvs-langchain) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@bvs-langchain](https://github.com/bvs-langchain) **Base:** `main` ← **Head:** `bvs/escape-newlines` --- ### 📝 Commits (1) - [`8732441`](https://github.com/langchain-ai/langsmith-docs/commit/87324419903182c4698fb7121572411622891aa1) fix: escape newline in Python code block ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx` (+1 -1) </details> ### 📄 Description Fixes: ``` { "role": "user", "content": f"Question: {question} ^ SyntaxError: unterminated string literal (detected at line 18) ``` --- <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-21 17:17:47 -05:00
yindo closed this issue 2026-02-21 17:17:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#306