Skip to content

Commit 6b968f7

Browse files
bmeyerssebbeutler
authored andcommitted
Minor typo fix in uv docs (marimo-team#5508)
## 📝 Summary Fixing a minor typo in the uv documentation page. ## 🔍 Description of Changes https://docs.marimo.io/guides/package_management/using_uv/ previously read: "The --sandbox flag what tells marimo to keep track of your dependencies and store them in the notebook file." It now reads: ""The --sandbox flag is what tells marimo to keep track of your dependencies and store them in the notebook file." ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [ ] 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). - [ ] I have added tests for the changes made. - [ ] I have run the code and verified that it works as expected. ## 📜 Reviewers @akshayka
1 parent 797b675 commit 6b968f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/package_management/using_uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uvx marimo edit --sandbox my_notebook.py
3636
```
3737

3838
This command installs marimo in a temporary environment, activates it, then
39-
runs your marimo notebook. The `--sandbox` flag what tells marimo to keep
39+
runs your marimo notebook. The `--sandbox` flag is what tells marimo to keep
4040
track of your dependencies and store them in the notebook file. If there are
4141
any dependencies already tracked in the file, this command will download
4242
them and install them in the environment.

0 commit comments

Comments
 (0)