Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 10, 2025

Description

Fixed a typo in the SQL documentation where the phrase "which allows for parameterized SQL like" was duplicated on line 144 of docs/guides/working_with_data/sql.md.

Changes

Before:

Our "SQL" cells are really just Python under the hood to keep notebooks as pure Python scripts. By default, we use `f-strings` for SQL strings, which allows for parameterized SQL like which allows for parameterized SQL like `SELECT * from table where value < {min}`.

After:

Our "SQL" cells are really just Python under the hood to keep notebooks as pure Python scripts. By default, we use `f-strings` for SQL strings, which allows for parameterized SQL like `SELECT * from table where value < {min}`.

This is a documentation-only change that improves readability by removing the redundant phrase.

Fixes: Issue reported at

Our "SQL" cells are really just Python under the hood to keep notebooks as pure Python scripts. By default, we use `f-strings` for SQL strings, which allows for parameterized SQL like which allows for parameterized SQL like `SELECT * from table where value < {min}`.

Original prompt

This section details on the original issue you should resolve

<issue_title>Typo in docs</issue_title>
<issue_description>

Our "SQL" cells are really just Python under the hood to keep notebooks as pure Python scripts. By default, we use `f-strings` for SQL strings, which allows for parameterized SQL like which allows for parameterized SQL like `SELECT * from table where value < {min}`.

This phrase is repeated:

"which allows for parameterized SQL like"

</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #6737


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Oct 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 10, 2025 10:39pm

Copilot AI changed the title [WIP] Fix repeated phrase in SQL documentation Fix typo: remove duplicate phrase in SQL documentation Oct 10, 2025
Copilot AI requested a review from akshayka October 10, 2025 22:39
Copilot finished work on behalf of akshayka October 10, 2025 22:39
@akshayka akshayka marked this pull request as ready for review October 10, 2025 22:43
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 10, 2025
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@akshayka akshayka merged commit 05153de into main Oct 10, 2025
40 of 42 checks passed
@akshayka akshayka deleted the copilot/fix-typo-in-docs branch October 10, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in docs

2 participants