fix instances of consecutive articles (closes #23221)

Patch by Karan Goel.
diff --git a/Lib/socket.py b/Lib/socket.py
index 22d7ad5..8efd760 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -299,7 +299,7 @@
     def fromshare(info):
         """ fromshare(info) -> socket object
 
-        Create a socket object from a the bytes object returned by
+        Create a socket object from the bytes object returned by
         socket.share(pid).
         """
         return socket(0, 0, 0, info)