Skip to content

Commit da74d49

Browse files
authored
fix: docs typo (#9400)
## 📝 Summary closes #9398 `ntoebooks` -> `notebooks` and missing link
1 parent 7505884 commit da74d49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/guides/scripts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Running a notebook as a script is useful when your notebook has side-effects,
1111
like writing to disk. Print statements and other console outputs will show
1212
up in your terminal.
1313

14-
marimo ntoebooks can also [double as importable modules, providing libraries
14+
marimo notebooks can also [double as importable
15+
modules](https://docs.marimo.io/guides/reusing_functions/), providing libraries
1516
of functions and classes that you can reuse in other programs:
1617

1718
```python

0 commit comments

Comments
 (0)