Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 008bcde

Browse filesBrowse 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
Copy full SHA for 008bcde

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/socket.py

Copy file name to clipboardExpand all lines: Lib/socket.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.