From 54088b27fcaed92f349e817c3f2dc03db0678bda Mon Sep 17 00:00:00 2001
From: rasbt <mail@sebastianraschka.com>
Date: Thu, 6 Feb 2020 20:17:54 -0600
Subject: [PATCH] fix typo in nb 09 'we now save' -> 'we know save'

---
 ch09/ch09.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ch09/ch09.ipynb b/ch09/ch09.ipynb
index 9e17eea2..3d8cfb4d 100644
--- a/ch09/ch09.ipynb
+++ b/ch09/ch09.ipynb
@@ -509,7 +509,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "After we trained the logistic regression model as shown above, we know save the classifier along woth the stop words, Porter Stemmer, and `HashingVectorizer` as serialized objects to our local disk so that we can use the fitted classifier in our web application later."
+    "After we trained the logistic regression model as shown above, we now save the classifier along woth the stop words, Porter Stemmer, and `HashingVectorizer` as serialized objects to our local disk so that we can use the fitted classifier in our web application later."
    ]
   },
   {
@@ -1331,7 +1331,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.7.3"
+   "version": "3.7.1"
   }
  },
  "nbformat": 4,