mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 10:43:36 +00:00
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:
parent
0c6a3fdd6b
commit
cecd875cdc
@ -452,7 +452,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"#### Generator Functions\n",
|
"#### Generator Functions\n",
|
||||||
"\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",
|
"\n",
|
||||||
":::{.callout-tip}\n",
|
":::{.callout-tip}\n",
|
||||||
"A generator function (a function that uses `yield`) allows writing code that operates on **input streams**\n",
|
"A generator function (a function that uses `yield`) allows writing code that operates on **input streams**\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user