mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Grammar fix to socket error string (GH-93523) (GH-93560)
(cherry picked from commit 890c3be8fb
)
Co-authored-by: Evorage <owner@evorage.com>
This commit is contained in:
parent
e139dee1f7
commit
008bcdec11
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ if sys.platform.lower().startswith("win"):
|
|||
errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
|
||||
errorTab[10022] = "An invalid operation was attempted."
|
||||
errorTab[10024] = "Too many open files."
|
||||
errorTab[10035] = "The socket operation would block"
|
||||
errorTab[10035] = "The socket operation would block."
|
||||
errorTab[10036] = "A blocking operation is already in progress."
|
||||
errorTab[10037] = "Operation already in progress."
|
||||
errorTab[10038] = "Socket operation on nonsocket."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue