From 493489cc8724a7f3a831ded587fd6e0cc27bff50 Mon Sep 17 00:00:00 2001 From: Marshall Date: Mon, 15 Apr 2024 07:32:34 -0400 Subject: [PATCH] docs: Fix typo in legacy install instructions (#15662) --- 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"