From 9e6a1df3557962175d83b6fb76af612dd9432526 Mon Sep 17 00:00:00 2001 From: Ajay Arasanipalai Date: Mon, 16 Dec 2019 23:39:36 -0600 Subject: [PATCH 1/2] fix: edit minor typo --- 4-regex.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-regex.ipynb b/4-regex.ipynb index dc11c1e..e2ecdc5 100644 --- a/4-regex.ipynb +++ b/4-regex.ipynb @@ -25,7 +25,7 @@ "\n", "101 Howard\n", "\n", - "Some of the phone numbers have different formats (hyphens, no hyphens). Also, there are some errors in the data-- 101 Howard isn't a phon number! How can we find all the phone numbers?\n", + "Some of the phone numbers have different formats (hyphens, no hyphens). Also, there are some errors in the data-- 101 Howard isn't a phone number! How can we find all the phone numbers?\n", "\n", "#### 2. Creating our own tokens\n", "\n", From b78c4a5769fe66f9246032a654218de19c2ed2ea Mon Sep 17 00:00:00 2001 From: Ajay Arasanipalai Date: Mon, 16 Dec 2019 23:45:43 -0600 Subject: [PATCH 2/2] fix: correct minor typo --- 4-regex.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-regex.ipynb b/4-regex.ipynb index e2ecdc5..f497d25 100644 --- a/4-regex.ipynb +++ b/4-regex.ipynb @@ -60,7 +60,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We will attempt this without regex, but will see that this quickly leads to lot of if/else branching statements and isn't a veyr promising approach:" + "We will attempt this without regex, but will see that this quickly leads to lot of if/else branching statements and isn't a very promising approach:" ] }, {