diff --git a/docs/docs/expression_language/streaming.ipynb b/docs/docs/expression_language/streaming.ipynb index 10254e6918..f543be9f4b 100644 --- a/docs/docs/expression_language/streaming.ipynb +++ b/docs/docs/expression_language/streaming.ipynb @@ -464,12 +464,12 @@ "id": "6fd3e71b-439e-418f-8a8a-5232fba3d9fd", "metadata": {}, "source": [ - "Stream just yielded the final result from that component. \n", + "Stream just yielded the final result from that component.\n", "\n", "This is OK 🥹! Not all components have to implement streaming -- in some cases streaming is either unnecessary, difficult or just doesn't make sense.\n", "\n", ":::{.callout-tip}\n", - "An LCEL chain constructed using using non-streaming components, will still be able to stream in a lot of cases, with streaming of partial output starting after the last non-streaming step in the chain.\n", + "An LCEL chain constructed using non-streaming components, will still be able to stream in a lot of cases, with streaming of partial output starting after the last non-streaming step in the chain.\n", ":::" ] },