From 7d97a2e20cd0e50eba329ef909bdbdc02213705b Mon Sep 17 00:00:00 2001 From: DaniyalSarwari <67263461+DaniyalSarwari@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:25:32 +0500 Subject: [PATCH] Update Agentic_AI_Python_Lesson_16_Asyncio.ipynb Typo mistake corrected --- .../16_asyncio/Agentic_AI_Python_Lesson_16_Asyncio.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00_python_colab/16_asyncio/Agentic_AI_Python_Lesson_16_Asyncio.ipynb b/00_python_colab/16_asyncio/Agentic_AI_Python_Lesson_16_Asyncio.ipynb index 2f98dbb..d67500a 100644 --- a/00_python_colab/16_asyncio/Agentic_AI_Python_Lesson_16_Asyncio.ipynb +++ b/00_python_colab/16_asyncio/Agentic_AI_Python_Lesson_16_Asyncio.ipynb @@ -103,7 +103,7 @@ "\n", "Let's create an example that demonstrates the synchronous and asynchronous approaches:\n", "\n", - "In this example just focus on out put to get the feel how **`synchronous`** and **`asynchronous`** function work." + "In this example just focus on output to get the feel how **`synchronous`** and **`asynchronous`** function work." ], "metadata": { "id": "51-DXLp5lt6b" @@ -1152,4 +1152,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}