From 19718e270faee4c0d10c69511f09ba8f41dbec5c Mon Sep 17 00:00:00 2001 From: Afroz Mohiuddin Date: Sun, 4 Sep 2022 14:35:48 -0700 Subject: [PATCH] Update all_you_need_to_know_about_gaussian.ipynb nit: typo s/decresasing/decreasing --- notebooks/all_you_need_to_know_about_gaussian.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/all_you_need_to_know_about_gaussian.ipynb b/notebooks/all_you_need_to_know_about_gaussian.ipynb index 53c985c..de8a536 100644 --- a/notebooks/all_you_need_to_know_about_gaussian.ipynb +++ b/notebooks/all_you_need_to_know_about_gaussian.ipynb @@ -275,7 +275,7 @@ ], "source": [ "# Moving the mean shifts the distribution to\n", - "# right/left while increasing/decresasing the\n", + "# right/left while increasing/decreasing the\n", "# variance makes the curve more flat/pointy respectively\n", "# Let's take an example to see this in action\n", "\n",