summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-13 14:17:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-13 14:17:24 (GMT)
commit82f34ada45f96c13eb68927d6beccdcbab2c77b3 (patch)
tree136839c19a7d640d61b84b04129a76e0063b87ba /Lib/socket.py
parent38dc250521d2c34f58537b25301a0ac9a4bb6c85 (diff)
downloadcpython-82f34ada45f96c13eb68927d6beccdcbab2c77b3.zip
cpython-82f34ada45f96c13eb68927d6beccdcbab2c77b3.tar.gz
cpython-82f34ada45f96c13eb68927d6beccdcbab2c77b3.tar.bz2
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py2
1 files changed, 1 insertions, 1 deletions
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 @@ if hasattr(_socket.socket, "share"):
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)