From f4e955519d559d24392e7bc3cd1366e03d73fde4 Mon Sep 17 00:00:00 2001 From: Marshall Crumiller Date: Mon, 15 Apr 2024 07:26:50 -0400 Subject: [PATCH] Fix typo --- docs/user-guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md index 60c8828dcd86..03ac7f534bfc 100644 --- a/docs/user-guide/installation.md +++ b/docs/user-guide/installation.md @@ -8,7 +8,7 @@ Polars is a library and installation is as simple as invoking the package manage pip install polars # Or for legacy CPUs without AVX2 support - pip install polars-ltc-cpu + pip install polars-lts-cpu ``` === ":fontawesome-brands-rust: Rust"