Skip to content

Commit 890c3be

Browse files
author
Evorage
authored
Grammar fix to socket error string (GH-93523)
1 parent 7403933 commit 890c3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/socket.py

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy