From 3b712001a53e073455415d2429a39249931655b1 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Thu, 19 Sep 2024 15:41:16 -0400 Subject: [PATCH] 34: fix pyrpoject typo --- 34_PyPackaging/main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/34_PyPackaging/main.md b/34_PyPackaging/main.md index 8b6936f..f61e3a1 100644 --- a/34_PyPackaging/main.md +++ b/34_PyPackaging/main.md @@ -39,7 +39,7 @@ Activities where participants all actively work to foster an environment which e - What do we mean by packaging, and why do you want to do it? - Review of the Python import system -- Configuring your project with `pyrpoject.toml` +- Configuring your project with `pyproject.toml` - Hands-on example of turning a Jupyter notebook into importable code