From e763cc38111b9a4dc71ed4907dc1ca0de415cea4 Mon Sep 17 00:00:00 2001 From: Bronson Elliott <32395534+bronsonelliott@users.noreply.github.com> Date: Thu, 29 Mar 2018 10:11:58 -0500 Subject: [PATCH] Fix typo in 'avgLenOfSentence' variable --- (01) Intro to Python/(02) Variable Types - Numbers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/(01) Intro to Python/(02) Variable Types - Numbers.ipynb b/(01) Intro to Python/(02) Variable Types - Numbers.ipynb index 4ee9b5f..8901eff 100644 --- a/(01) Intro to Python/(02) Variable Types - Numbers.ipynb +++ b/(01) Intro to Python/(02) Variable Types - Numbers.ipynb @@ -221,7 +221,7 @@ "source": [ "avgLenOfWord = 9\n", "\n", - "avgLeOfSentence = 12\n", + "avgLenOfSentence = 12\n", "\n", "avgLettersInASentence = avgLenOfWord * avgLenOfSentence\n", "\n",