From 51dc20e1eb7d2fdf97f3a4f0d637712f7349e2b5 Mon Sep 17 00:00:00 2001 From: Lukas Kluft <lukas.kluft@mpimet.mpg.de> Date: Mon, 3 Jun 2024 10:37:26 +0200 Subject: [PATCH] Fix typo --- slides.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides.qmd b/slides.qmd index 6960104..9b86864 100644 --- a/slides.qmd +++ b/slides.qmd @@ -97,7 +97,7 @@ General purpose package managers can help to install different python interprete * Allows you to have a specific combination of libraries/binaries/packages for a project * You can manage different environments side-by-side -* [`venv`](https://docs.python.org/3/library/venv.html) (formerly known as `virutalenv`) is shipped with the standard library +* [`venv`](https://docs.python.org/3/library/venv.html) (formerly known as `virtualenv`) is shipped with the standard library * Tools to handle general software environments (e.g. `conda`) :::{.notes} -- GitLab