From 273b36c9ea4028e653f24751584181493ddd733f Mon Sep 17 00:00:00 2001 From: Roller Angel Date: Sun, 3 Feb 2019 15:25:20 -0700 Subject: [PATCH] Update regex.ipynb Fixed typo --- days/28-30-regex/regex.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/days/28-30-regex/regex.ipynb b/days/28-30-regex/regex.ipynb index bc0c97ec..3c611509 100644 --- a/days/28-30-regex/regex.ipynb +++ b/days/28-30-regex/regex.ipynb @@ -92,7 +92,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "I am bold and want do do 200 days (note strings are inmutable, so save to a new string)" + "I am bold and want to do 200 days (note strings are inmutable, so save to a new string)" ] }, {