Skip to content

Commit 8d3ef9e

Browse files
authored
Merge pull request microsoft#262 from quake2005/patch-4
Update notebook.ipynb
2 parents dcaf4a9 + db58812 commit 8d3ef9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Introduction/01-defining-data-science/notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"\r\n",
7171
"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",
7272
"\r\n",
73-
"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 `<script>` and `<style>` tags."
73+
"There are many ways this can be done. We will use the simplest built-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 `<script>` and `<style>` tags."
7474
],
7575
"metadata": {}
7676
},
@@ -416,4 +416,4 @@
416416
},
417417
"nbformat": 4,
418418
"nbformat_minor": 2
419-
}
419+
}

0 commit comments

Comments
 (0)