From 38dfec939818b366b8b44a9e9b902d8332df6373 Mon Sep 17 00:00:00 2001 From: moalabeddev Date: Sun, 10 May 2026 20:34:06 +0000 Subject: [PATCH] add comma --- Lib/socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/socket.py b/Lib/socket.py index 03c3fe88f15cfe..683e0c6bfd0800 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -223,7 +223,7 @@ class socket(_socket.socket): __slots__ = ["__weakref__", "_io_refs", "_closed"] def __init__(self, family=-1, type=-1, proto=-1, fileno=None): - # For user code address family and type values are IntEnum members, but + # For user code, address family and type values are IntEnum members, but # for the underlying _socket.socket they're just integers. The # constructor of _socket.socket converts the given argument to an # integer automatically.