From 920e34004a4ccb33758582c6b710fd69454ecf08 Mon Sep 17 00:00:00 2001 From: Stefan Guseinov <22242004+mrguseinov@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:20:41 +0300 Subject: [PATCH] Bug fixes and improvements (#53) --- chapters/chapter-12/chapter-12-quiz-1.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/chapter-12/chapter-12-quiz-1.ipynb b/chapters/chapter-12/chapter-12-quiz-1.ipynb index 92293e2..17363d8 100644 --- a/chapters/chapter-12/chapter-12-quiz-1.ipynb +++ b/chapters/chapter-12/chapter-12-quiz-1.ipynb @@ -123,7 +123,7 @@ "\n", "### Question 3\n", "\n", - "In a client-server application on the web using sockets, which must come up first?\n", + "In a client-server application on the web using sockets, which must be started first?\n", "\n", "1. Server\n", "2. Client\n", @@ -346,7 +346,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -360,7 +360,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.12.2" } }, "nbformat": 4,