From 916d64c7a27e56afd985691318503d0e3fd75efa Mon Sep 17 00:00:00 2001 From: Nick Graham Date: Mon, 22 Jan 2018 14:08:12 -0600 Subject: [PATCH] Fixes typo --- 03_classification.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_classification.ipynb b/03_classification.ipynb index 1e7960a..b021d97 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -2281,7 +2281,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "It seems that the ham emails are more often plain text, while spam has quite a lot of HTML. Moreover, quite a few ham emails are signed using PGP, while no spam is. In short, it seems that the email structure is a usual information to have." + "It seems that the ham emails are more often plain text, while spam has quite a lot of HTML. Moreover, quite a few ham emails are signed using PGP, while no spam is. In short, it seems that the email structure is useful information to have." ] }, {