Skip to content

Commit 4e3d431

Browse files
committed
typo fixes from first session, thanks @codedragon
1 parent 68360d0 commit 4e3d431

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/session01/socket_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def get_address_info(host, port):
1818
print('protocol: {}'.format(protocols[pro]))
1919
print('canonical name: {}'.format(nam))
2020
print('socket address: {}'.format(add))
21-
print
21+
print()

resources/session01/tasks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Challenging:
4848
our echo server to handle more than one incoming connection in "parallel".
4949

5050
Read the documentation about the `select` module
51-
(http://docs.python.org/2/library/select.html) and attempt to write a second
51+
(http://docs.python.org/3/library/select.html) and attempt to write a second
5252
version of the echo server that can handle multiple client connections in
5353
"parallel". You do not need to invoke threading of any kind to do this.

source/presentations/session01.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ To submit your homework:
12851285
Going Further
12861286
-------------
12871287

1288-
In ``assignments/session01/tasks.txt`` you'll find a few extra problems to try.
1288+
In ``resources/session01/tasks.txt`` you'll find a few extra problems to try.
12891289

12901290
.. rst-class:: build
12911291
.. container::

0 commit comments

Comments
 (0)