Skip to content

Commit 377b414

Browse files
authored
Recover email
1 parent 936f05f commit 377b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/socketmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5589,7 +5589,7 @@ socket_getattr(PyObject *self, PyObject *name)
55895589

55905590
if (!strcmp(attrname, "SocketType")) {
55915591
PyErr_Warn(PyExc_DeprecationWarning, "_socket.SocketType is deprecated and will be removed in 3.16. "
5592-
"Use socket.socket instead");
5592+
"Use socket.socket type instead");
55935593
return sock_type;
55945594
}
55955595

0 commit comments

Comments
 (0)