We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde422e commit 5492681Copy full SHA for 5492681
simple_client/client.py
@@ -6,7 +6,7 @@
6
7
s = socket.socket(
8
9
- socket.AF_INET # ADDRESS FAMILIES
+ socket.AF_INET, # ADDRESS FAMILIES
10
#Name Purpose
11
#AF_UNIX, AF_LOCAL Local communication
12
#AF_INET IPv4 Internet protocols
0 commit comments