From fd6f10c8d1af630a1f3c2d1a22bacc5c054498cf Mon Sep 17 00:00:00 2001 From: Stephen Morton Date: Wed, 20 Nov 2024 10:51:30 -0800 Subject: [PATCH] cpython -> CPython (#13050) --- stdlib/_socket.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/_socket.pyi b/stdlib/_socket.pyi index 5c6d4c9f75a5..454fd6cb237d 100644 --- a/stdlib/_socket.pyi +++ b/stdlib/_socket.pyi @@ -497,7 +497,7 @@ if sys.platform == "linux": RDS_RDMA_USE_ONCE: int RDS_RECVERR: int - # This is supported by cpython but doesn't seem to be a real thing. + # This is supported by CPython but doesn't seem to be a real thing. # The closest existing constant in rds.h is RDS_CMSG_CONG_UPDATE # RDS_CMSG_RDMA_UPDATE: int @@ -634,7 +634,7 @@ if sys.platform == "linux": NETLINK_ROUTE: int NETLINK_USERSOCK: int NETLINK_XFRM: int - # Technically still supported by cpython + # Technically still supported by CPython # NETLINK_ARPD: int # linux 2.0 to 2.6.12 (EOL August 2005) # NETLINK_ROUTE6: int # linux 2.2 to 2.6.12 (EOL August 2005) # NETLINK_SKIP: int # linux 2.0 to 2.6.12 (EOL August 2005)