Skip to content

Commit

Permalink
Bug fixes and improvements (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrguseinov authored Nov 9, 2024
1 parent 032feec commit 920e340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/chapter-12/chapter-12-quiz-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -346,7 +346,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -360,7 +360,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 920e340

Please sign in to comment.