Fix typo in olympics-1-collect-data.ipynb (#787)

Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
pull/1077/head
Ikko Eltociear Ashimine 8 months ago committed by GitHub
parent c1141c80c3
commit e394f4727b

@ -176,7 +176,7 @@
" if len(wiki_text) == 0:\n",
" return []\n",
"\n",
" # find all headings and the coresponding contents\n",
" # find all headings and the corresponding contents\n",
" headings = re.findall(\"==+ .* ==+\", wiki_text)\n",
" for heading in headings:\n",
" wiki_text = wiki_text.replace(heading, \"==+ !! ==+\")\n",

Loading…
Cancel
Save