Browse Source

Merge pull request #258 from MartijnR/patch-1

Correction in week2/day1.ipynb
pull/259/head
Ed Donner 2 months ago committed by GitHub
parent
commit
4e7db3a08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      week2/day1.ipynb

2
week2/day1.ipynb

@ -485,7 +485,7 @@
"\n",
"print(reasoning_content)\n",
"print(content)\n",
"print(\"Number of words:\", len(reply.split(\" \")))"
"print(\"Number of words:\", len(content.split(\" \")))"
]
},
{

Loading…
Cancel
Save