From d6d99bc82628f077b4e63b06028986d823a3e35b Mon Sep 17 00:00:00 2001 From: Karl Hoitsma Date: Tue, 16 Aug 2022 09:07:30 -0500 Subject: [PATCH] Corrected spelling ('manger' to 'manager' --- quarto/precalc/polynomial.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/precalc/polynomial.qmd b/quarto/precalc/polynomial.qmd index 3b77c81..48fd879 100644 --- a/quarto/precalc/polynomial.qmd +++ b/quarto/precalc/polynomial.qmd @@ -136,7 +136,7 @@ Symbolic math programs include well-known ones like the commercial programs Math :::{.callout-note} ## Note -When `SymPy` is installed through the package manger, the underlying `Python` libraries will also be installed. +When `SymPy` is installed through the package manager, the underlying `Python` libraries will also be installed. :::