Skip to content

Commit 008bcde

Browse files
miss-islingtonEvorage
and
Evorage
authored
Grammar fix to socket error string (GH-93523) (GH-93560)
(cherry picked from commit 890c3be) Co-authored-by: Evorage <owner@evorage.com>
1 parent e139dee commit 008bcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/socket.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _intenum_converter(value, enum_klass):
122122
errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
123123
errorTab[10022] = "An invalid operation was attempted."
124124
errorTab[10024] = "Too many open files."
125-
errorTab[10035] = "The socket operation would block"
125+
errorTab[10035] = "The socket operation would block."
126126
errorTab[10036] = "A blocking operation is already in progress."
127127
errorTab[10037] = "Operation already in progress."
128128
errorTab[10038] = "Socket operation on nonsocket."

0 commit comments

Comments
 (0)