Skip to content

Fix typo in documentation for dataflow.py#9173

Merged
manzt merged 1 commit into
marimo-team:mainfrom
NewDestinyDan:patch-2
Apr 21, 2026
Merged

Fix typo in documentation for dataflow.py#9173
manzt merged 1 commit into
marimo-team:mainfrom
NewDestinyDan:patch-2

Conversation

@NewDestinyDan

Copy link
Copy Markdown
Contributor

Correct a typo where a quotation mark had been typed as an asterisk.

📝 Summary

Fixes a small typo in the dataflow tutorial.

📋 Pre-Review Checklist

  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it.
  • Video or media evidence is provided for any visual changes (optional).

✅ Merge Checklist

  • I have read the contributor guidelines.
  • Documentation has been updated where applicable, including docstrings for API changes.
  • Tests have been added for the changes made.
Correct a typo where a quotation mark had been typed as an asterisk.
Copilot AI review requested due to automatic review settings April 13, 2026 19:51
@vercel

vercel Bot commented Apr 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Apr 13, 2026 7:53pm

Request Review

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a minor documentation typo in the dataflow tutorial by correcting an accidental * character in the "refs" label.

Changes:

  • Corrected ("refs*) to ("refs") in the “References and definitions” markdown content.
@NewDestinyDan

Copy link
Copy Markdown
Contributor Author

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

@manzt manzt added documentation Improvements or additions to documentation labels Apr 21, 2026

@manzt manzt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@manzt manzt merged commit 6e8b354 into marimo-team:main Apr 21, 2026
32 of 49 checks passed
jacobcbeaudin pushed a commit to jacobcbeaudin/marimo that referenced this pull request Apr 21, 2026
Correct a typo where a quotation mark had been typed as an asterisk.

## 📝 Summary

<!--
If this PR closes any issues, list them here by number (e.g., Closes
marimo-team#123).

Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->
Fixes a small typo in the dataflow tutorial.

## 📋 Pre-Review Checklist
<!-- These checks need to be completed before a PR is reviewed -->

- [x] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] Any AI generated code has been reviewed line-by-line by the human
PR author, who stands by it.
- [x] Video or media evidence is provided for any visual changes
(optional). <!-- PR is more likely to be merged if evidence is provided
for changes made -->

## ✅ Merge Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [x] Documentation has been updated where applicable, including
docstrings for API changes.
- [x] Tests have been added for the changes made.
manzt added a commit that referenced this pull request Apr 21, 2026
#9173 fixed a typo in `marimo/_tutorials/dataflow.py` (refs* → refs")
but didn't regenerate the snapshot.
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

3 participants