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

Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
pull/753/head^2
Ikko Eltociear Ashimine 7 months ago committed by GitHub
parent 7b75900690
commit 109143f505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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