Update olympics-1-collect-data.ipynb

Fix typo with duplicated "the the"
This commit is contained in:
Stanislav Termosa 2022-11-06 16:54:54 +02:00 committed by GitHub
parent 12ea77eb1b
commit 1a8111e0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@
" discard_categories: Set[str] = discard_categories,\n",
") -> str:\n",
" \"\"\"\n",
" Extract the sections of a Wikipedia page, discarding the the references and other low information sections\n",
" Extract the sections of a Wikipedia page, discarding the references and other low information sections\n",
" \"\"\"\n",
" if len(wiki_text) == 0:\n",
" return []\n",