Skip to content

Commit

Permalink
docs: Update streaming.ipynb (typo fix) (#24483)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
OpenSourceSteve authored Jul 22, 2024
1 parent 0c6a3fd commit cecd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/streaming.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cecd875

Please sign in to comment.