From 210c7658c0805c2ac5655898357c608af30a430b Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Wed, 15 Jan 2025 14:18:59 +0100 Subject: [PATCH] Fix missing open bracket in docs/faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 55a64ae4dd3..504cbdf2eab 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -50,7 +50,7 @@ relationships between cells, and automatically re-running cells as needed. In addition, marimo notebooks can serialize package requirements inline; marimo runs these "sandboxed" notebooks in temporary virtual environments, -making them [reproducible down to the packages]guides/editor_features/package_management.md). +making them [reproducible down to the packages](guides/editor_features/package_management.md). **Maintainability.** marimo notebooks are stored as pure Python programs (`.py` files). This lets you