#7388: "python".capitalize() in the Doc
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index e50849d..d778369 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -751,7 +751,7 @@
 in general it is recommended to call :meth:`settimeout` before calling
 :meth:`connect` or pass a timeout parameter to :meth:`create_connection`.
 The system network stack may return a connection timeout error
-of its own regardless of any python socket timeout setting.
+of its own regardless of any Python socket timeout setting.
 
 
 .. method:: socket.setsockopt(level, optname, value)