Skip to content

Commit 99bc6c4

Browse files
authored
fix quotes in save.py:persistent_cache docstring (#3255)
Wrap default filepath in backticks to avoid double underscore rendering as bold ## 📝 Summary <!-- Provide a concise summary of what this pull request is addressing. If this PR fixes any issues, list them here by number (e.g., Fixes #123). --> ## 🔍 Description of Changes <!-- 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. --> ## 📋 Checklist - [ ] 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 <!-- Tag potential reviewers from the community or maintainers who might be interested in reviewing this pull request. Your PR will be reviewed more quickly if you can figure out the right person to tag with @ --> @akshayka OR @mscolnick
1 parent a1e1be3 commit 99bc6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marimo/_save/save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class persistent_cache(object):
347347
- `name`: the name of the cache, used to set saving path- to manually
348348
invalidate the cache, change the name.
349349
- `save_path`: the folder in which to save the cache, defaults to
350-
"__marimo__/cache" in the directory of the notebook file
350+
`__marimo__/cache` in the directory of the notebook file
351351
- `pin_modules`: if True, the cache will be invalidated if module versions
352352
differ between runs, defaults to False.
353353
"""

0 commit comments

Comments
 (0)