From db588126f1fc61df86b49fbb9b8cdb64cb5518a9 Mon Sep 17 00:00:00 2001 From: Mohamad Jaallouk Date: Mon, 8 Nov 2021 01:44:05 +0100 Subject: [PATCH] Update notebook.ipynb Replace build-in with built-in --- 1-Introduction/01-defining-data-science/notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-Introduction/01-defining-data-science/notebook.ipynb b/1-Introduction/01-defining-data-science/notebook.ipynb index bf79949..1d1850e 100644 --- a/1-Introduction/01-defining-data-science/notebook.ipynb +++ b/1-Introduction/01-defining-data-science/notebook.ipynb @@ -70,7 +70,7 @@ "\r\n", "The next step is to convert the data into the form suitable for processing. In our case, we have downloaded HTML source code from the page, and we need to convert it into plain text.\r\n", "\r\n", - "There are many ways this can be done. We will use the simplest build-in [HTMLParser](https://docs.python.org/3/library/html.parser.html) object from Python. We need to subclass the `HTMLParser` class and define the code that will collect all text inside HTML tags, except `