From cecd875cdc41815d5252127c0ab5c19d09f8a250 Mon Sep 17 00:00:00 2001 From: Steve Sharp <98705685+OpenSourceSteve@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:09:13 -0700 Subject: [PATCH] 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. --- docs/docs/how_to/streaming.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/streaming.ipynb b/docs/docs/how_to/streaming.ipynb index 14e460a1193..f27d7025a5c 100644 --- a/docs/docs/how_to/streaming.ipynb +++ b/docs/docs/how_to/streaming.ipynb @@ -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",