We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e139dee commit 008bcdeCopy full SHA for 008bcde
Lib/socket.py
@@ -122,7 +122,7 @@ def _intenum_converter(value, enum_klass):
122
errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
123
errorTab[10022] = "An invalid operation was attempted."
124
errorTab[10024] = "Too many open files."
125
- errorTab[10035] = "The socket operation would block"
+ errorTab[10035] = "The socket operation would block."
126
errorTab[10036] = "A blocking operation is already in progress."
127
errorTab[10037] = "Operation already in progress."
128
errorTab[10038] = "Socket operation on nonsocket."
0 commit comments