mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update olympics-1-collect-data.ipynb
Fix typo with duplicated "the the"
This commit is contained in:
parent
12ea77eb1b
commit
1a8111e0ef
@ -171,7 +171,7 @@
|
|||||||
" discard_categories: Set[str] = discard_categories,\n",
|
" discard_categories: Set[str] = discard_categories,\n",
|
||||||
") -> str:\n",
|
") -> str:\n",
|
||||||
" \"\"\"\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",
|
" \"\"\"\n",
|
||||||
" if len(wiki_text) == 0:\n",
|
" if len(wiki_text) == 0:\n",
|
||||||
" return []\n",
|
" return []\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user