Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403933 commit 890c3beCopy full SHA for 890c3be
Lib/socket.py
@@ -123,7 +123,7 @@ def _intenum_converter(value, enum_klass):
123
errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
124
errorTab[10022] = "An invalid operation was attempted."
125
errorTab[10024] = "Too many open files."
126
- errorTab[10035] = "The socket operation would block"
+ errorTab[10035] = "The socket operation would block."
127
errorTab[10036] = "A blocking operation is already in progress."
128
errorTab[10037] = "Operation already in progress."
129
errorTab[10038] = "Socket operation on nonsocket."
0 commit comments