Skip to content

Commit fd6f10c

Browse files
authored
cpython -> CPython (#13050)
1 parent 1cbfc75 commit fd6f10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/_socket.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ if sys.platform == "linux":
497497
RDS_RDMA_USE_ONCE: int
498498
RDS_RECVERR: int
499499

500-
# This is supported by cpython but doesn't seem to be a real thing.
500+
# This is supported by CPython but doesn't seem to be a real thing.
501501
# The closest existing constant in rds.h is RDS_CMSG_CONG_UPDATE
502502
# RDS_CMSG_RDMA_UPDATE: int
503503

@@ -634,7 +634,7 @@ if sys.platform == "linux":
634634
NETLINK_ROUTE: int
635635
NETLINK_USERSOCK: int
636636
NETLINK_XFRM: int
637-
# Technically still supported by cpython
637+
# Technically still supported by CPython
638638
# NETLINK_ARPD: int # linux 2.0 to 2.6.12 (EOL August 2005)
639639
# NETLINK_ROUTE6: int # linux 2.2 to 2.6.12 (EOL August 2005)
640640
# NETLINK_SKIP: int # linux 2.0 to 2.6.12 (EOL August 2005)

0 commit comments

Comments
 (0)