docs: Update streaming.ipynb (typo fix) (#24483)

**Description:** Fixes typo `Le'ts` -> `Let's`.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.
This commit is contained in:
Steve Sharp 2024-07-22 04:09:13 -07:00 committed by GitHub
parent 0c6a3fdd6b
commit cecd875cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,7 +452,7 @@
"source": [
"#### Generator Functions\n",
"\n",
"Le'ts fix the streaming using a generator function that can operate on the **input stream**.\n",
"Let's fix the streaming using a generator function that can operate on the **input stream**.\n",
"\n",
":::{.callout-tip}\n",
"A generator function (a function that uses `yield`) allows writing code that operates on **input streams**\n",