Update olympics-1-collect-data.ipynb

Fix typo with duplicated "the the"
pull/1077/head
Stanislav Termosa 2 years ago committed by GitHub
parent 27ca58f4df
commit 18bd018d27

@ -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",

Loading…
Cancel
Save